コード例 #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());
 }