Beispiel #1
0
 public List <Cptooperacion> GetAllCptooperacion(string conditions, string orders)
 {
     return(CptooperacionDao.GetAll(conditions, orders));
 }
Beispiel #2
0
 public List <Cptooperacion> GetAllCptooperacion(Expression <Func <Cptooperacion, bool> > criteria)
 {
     return(CptooperacionDao.GetAll(criteria));
 }
Beispiel #3
0
 public List <Cptooperacion> GetAllCptooperacion(string orders)
 {
     return(CptooperacionDao.GetAll(orders));
 }
Beispiel #4
0
 public List <Cptooperacion> GetAllCptooperacion()
 {
     return(CptooperacionDao.GetAll());
 }