예제 #1
0
 public List <Recibocajaingresodet> GetAllRecibocajaingresodet(string conditions, string orders)
 {
     return(RecibocajaingresodetDao.GetAll(conditions, orders));
 }
예제 #2
0
 public List <Recibocajaingresodet> GetAllRecibocajaingresodet(Expression <Func <Recibocajaingresodet, bool> > criteria)
 {
     return(RecibocajaingresodetDao.GetAll(criteria));
 }
예제 #3
0
 public List <Recibocajaingresodet> GetAllRecibocajaingresodet(string orders)
 {
     return(RecibocajaingresodetDao.GetAll(orders));
 }
예제 #4
0
 public List <Recibocajaingresodet> GetAllRecibocajaingresodet()
 {
     return(RecibocajaingresodetDao.GetAll());
 }