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