public List <VwEntradaalmacendet> GetAllVwEntradaalmacendet(string conditions, string orders) { return(VwEntradaalmacendetDao.GetAll(conditions, orders)); }
public List <VwEntradaalmacendet> GetAllVwEntradaalmacendet(Expression <Func <VwEntradaalmacendet, bool> > criteria) { return(VwEntradaalmacendetDao.GetAll(criteria)); }
public List <VwEntradaalmacendet> GetAllVwEntradaalmacendet(string orders) { return(VwEntradaalmacendetDao.GetAll(orders)); }
public List <VwEntradaalmacendet> GetAllVwEntradaalmacendet() { return(VwEntradaalmacendetDao.GetAll()); }