const Status = require('../../db/tablas/Status'); const get = () => { return Status.findAll().then((res) => { return res; }); }; module.exports = get;