Example #1
0
 //Tar bort en kategori
 public void DeleteKategoriTyp(KategoriTyp kategori)
 {
     KategoriDAL.DeleteKategoriTyp(kategori);
 }