public List <Salidaalmacendet> GetAllSalidaalmacendet(string conditions, string orders) { return(SalidaalmacendetDao.GetAll(conditions, orders)); }
public List <Salidaalmacendet> GetAllSalidaalmacendet(Expression <Func <Salidaalmacendet, bool> > criteria) { return(SalidaalmacendetDao.GetAll(criteria)); }
public List <Salidaalmacendet> GetAllSalidaalmacendet(string orders) { return(SalidaalmacendetDao.GetAll(orders)); }
public List <Salidaalmacendet> GetAllSalidaalmacendet() { return(SalidaalmacendetDao.GetAll()); }