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