Esempio n. 1
0
 public List <VwSalidaalmacendet> GetAllVwSalidaalmacendet(string conditions, string orders)
 {
     return(VwSalidaalmacendetDao.GetAll(conditions, orders));
 }
Esempio n. 2
0
 public List <VwSalidaalmacendet> GetAllVwSalidaalmacendet(Expression <Func <VwSalidaalmacendet, bool> > criteria)
 {
     return(VwSalidaalmacendetDao.GetAll(criteria));
 }
Esempio n. 3
0
 public List <VwSalidaalmacendet> GetAllVwSalidaalmacendet(string orders)
 {
     return(VwSalidaalmacendetDao.GetAll(orders));
 }
Esempio n. 4
0
 public List <VwSalidaalmacendet> GetAllVwSalidaalmacendet()
 {
     return(VwSalidaalmacendetDao.GetAll());
 }