示例#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());
 }