Beispiel #1
0
 public List <VwHistoriadetitem> GetAllVwHistoriadetitem(string conditions, string orders)
 {
     return(VwHistoriadetitemDao.GetAll(conditions, orders));
 }
Beispiel #2
0
 public List <VwHistoriadetitem> GetAllVwHistoriadetitem(Expression <Func <VwHistoriadetitem, bool> > criteria)
 {
     return(VwHistoriadetitemDao.GetAll(criteria));
 }
Beispiel #3
0
 public List <VwHistoriadetitem> GetAllVwHistoriadetitem(string orders)
 {
     return(VwHistoriadetitemDao.GetAll(orders));
 }
Beispiel #4
0
 public List <VwHistoriadetitem> GetAllVwHistoriadetitem()
 {
     return(VwHistoriadetitemDao.GetAll());
 }