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