Esempio n. 1
0
 public List <Historiadet> GetAllHistoriadet(string conditions, string orders)
 {
     return(HistoriadetDao.GetAll(conditions, orders));
 }
Esempio n. 2
0
 public List <Historiadet> GetAllHistoriadet(Expression <Func <Historiadet, bool> > criteria)
 {
     return(HistoriadetDao.GetAll(criteria));
 }
Esempio n. 3
0
 public List <Historiadet> GetAllHistoriadet(string orders)
 {
     return(HistoriadetDao.GetAll(orders));
 }
Esempio n. 4
0
 public List <Historiadet> GetAllHistoriadet()
 {
     return(HistoriadetDao.GetAll());
 }