const Programa = require('../../db/tablas/Programa'); const get = async () => Programa.findAll({ where: { idPrograma: 2 } }); module.exports = get;