示例#1
0
 public List <Recibocajaegreso> GetAllRecibocajaegreso(string conditions, string orders)
 {
     return(RecibocajaegresoDao.GetAll(conditions, orders));
 }
示例#2
0
 public List <Recibocajaegreso> GetAllRecibocajaegreso(Expression <Func <Recibocajaegreso, bool> > criteria)
 {
     return(RecibocajaegresoDao.GetAll(criteria));
 }
示例#3
0
 public List <Recibocajaegreso> GetAllRecibocajaegreso(string orders)
 {
     return(RecibocajaegresoDao.GetAll(orders));
 }
示例#4
0
 public List <Recibocajaegreso> GetAllRecibocajaegreso()
 {
     return(RecibocajaegresoDao.GetAll());
 }