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