Ejemplo n.º 1
0
 public List <VwEntradaalmacendet> GetAllVwEntradaalmacendet(string conditions, string orders)
 {
     return(VwEntradaalmacendetDao.GetAll(conditions, orders));
 }
Ejemplo n.º 2
0
 public List <VwEntradaalmacendet> GetAllVwEntradaalmacendet(Expression <Func <VwEntradaalmacendet, bool> > criteria)
 {
     return(VwEntradaalmacendetDao.GetAll(criteria));
 }
Ejemplo n.º 3
0
 public List <VwEntradaalmacendet> GetAllVwEntradaalmacendet(string orders)
 {
     return(VwEntradaalmacendetDao.GetAll(orders));
 }
Ejemplo n.º 4
0
 public List <VwEntradaalmacendet> GetAllVwEntradaalmacendet()
 {
     return(VwEntradaalmacendetDao.GetAll());
 }