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