예제 #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());
 }