Beispiel #1
0
 public Historiadet GetHistoriadet(Expression <Func <Historiadet, bool> > criteria)
 {
     return(HistoriadetDao.Get(criteria));
 }
Beispiel #2
0
 public Historiadet GetHistoriadet(int id)
 {
     return(HistoriadetDao.Get(id));
 }