6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
const Infraccion = require('../../db/tablas/Infraccion');
|
|
|
|
const get = async () => Infraccion.findAll();
|
|
|
|
module.exports = get;
|