Example #1
0
 public List <VwRecibocajaegresodet> GetAllVwRecibocajaegresodet(string conditions, string orders)
 {
     return(VwRecibocajaegresodetDao.GetAll(conditions, orders));
 }
Example #2
0
 public List <VwRecibocajaegresodet> GetAllVwRecibocajaegresodet(Expression <Func <VwRecibocajaegresodet, bool> > criteria)
 {
     return(VwRecibocajaegresodetDao.GetAll(criteria));
 }
Example #3
0
 public List <VwRecibocajaegresodet> GetAllVwRecibocajaegresodet(string orders)
 {
     return(VwRecibocajaegresodetDao.GetAll(orders));
 }
Example #4
0
 public List <VwRecibocajaegresodet> GetAllVwRecibocajaegresodet()
 {
     return(VwRecibocajaegresodetDao.GetAll());
 }