Beispiel #1
0
 public int SaveHistoriadet(Historiadet entity)
 {
     return(HistoriadetDao.Save(entity));
 }