public IEnumerable <data.Carrera> GetAll() { return(_repo.GetAll()); }
public IEnumerable <data.Gastos> GetAll() { return(_repo.GetAll()); }
public IEnumerable <data.Customers> GetAll() { return(_repo.GetAll()); }