public List <VwHistoriadetitem> GetAllVwHistoriadetitem(string conditions, string orders) { return(VwHistoriadetitemDao.GetAll(conditions, orders)); }
public List <VwHistoriadetitem> GetAllVwHistoriadetitem(Expression <Func <VwHistoriadetitem, bool> > criteria) { return(VwHistoriadetitemDao.GetAll(criteria)); }
public List <VwHistoriadetitem> GetAllVwHistoriadetitem(string orders) { return(VwHistoriadetitemDao.GetAll(orders)); }
public List <VwHistoriadetitem> GetAllVwHistoriadetitem() { return(VwHistoriadetitemDao.GetAll()); }