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