コード例 #1
0
ファイル: KategoriController.cs プロジェクト: murdogan/Blogcu
 public KategoriController()
 {
     _kategoriManagement = new KategoriManagement();
 }