コード例 #1
0
ファイル: CategoryService.cs プロジェクト: Shiino20/QzBattle
 /// <summary>
 /// Calls the method DeleteCategory from the category controller
 /// </summary>
 /// <param name="id">id to delete the category</param>
 public void DeleteCategory(int id)
 {
     cCtrl.DeleteCategory(id);
 }
コード例 #2
0
 public void DeleteCategory(int?id)
 {
     catCtrl.DeleteCategory(id);
 }