This commit is contained in:
2022-04-12 10:55:02 -05:00
parent 0f96939154
commit 1484deb910
12 changed files with 215 additions and 20 deletions
+5
View File
@@ -0,0 +1,5 @@
const Invitado = require('../../db/tablas/Invitado');
const get = () => Invitado.findAll();
module.exports = get;