public List <VwSalidaalmacendet> GetAllVwSalidaalmacendet(string conditions, string orders) { return(VwSalidaalmacendetDao.GetAll(conditions, orders)); }
public List <VwSalidaalmacendet> GetAllVwSalidaalmacendet(Expression <Func <VwSalidaalmacendet, bool> > criteria) { return(VwSalidaalmacendetDao.GetAll(criteria)); }
public List <VwSalidaalmacendet> GetAllVwSalidaalmacendet(string orders) { return(VwSalidaalmacendetDao.GetAll(orders)); }
public List <VwSalidaalmacendet> GetAllVwSalidaalmacendet() { return(VwSalidaalmacendetDao.GetAll()); }