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