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