Example #1
0
 //Hämtar EN kategori
 public KategoriTyp GetKategori(int kategoriId)
 {
     return(KategoriDAL.GetKategoriById(kategoriId));
 }