5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
// const Invitado = require('../../db/tablas/Invitado');
|
|
|
|
// const get = () => Invitado.findAll();
|
|
|
|
// module.exports = get;
|