Exemple #1
0
 public List <Salidaalmacendet> GetAllSalidaalmacendet(string conditions, string orders)
 {
     return(SalidaalmacendetDao.GetAll(conditions, orders));
 }
Exemple #2
0
 public List <Salidaalmacendet> GetAllSalidaalmacendet(Expression <Func <Salidaalmacendet, bool> > criteria)
 {
     return(SalidaalmacendetDao.GetAll(criteria));
 }
Exemple #3
0
 public List <Salidaalmacendet> GetAllSalidaalmacendet(string orders)
 {
     return(SalidaalmacendetDao.GetAll(orders));
 }
Exemple #4
0
 public List <Salidaalmacendet> GetAllSalidaalmacendet()
 {
     return(SalidaalmacendetDao.GetAll());
 }