Пример #1
0
 public IEnumerable <data.Carrera> GetAll()
 {
     return(_repo.GetAll());
 }
Пример #2
0
 public IEnumerable <data.Gastos> GetAll()
 {
     return(_repo.GetAll());
 }
Пример #3
0
 public IEnumerable <data.Customers> GetAll()
 {
     return(_repo.GetAll());
 }