const Invitado = require('../../db/tablas/Invitado'); const get = () => Invitado.findAll(); module.exports = get;