コード例 #1
0
ファイル: HomeController.cs プロジェクト: osadu/CRM-KBTU
 public void DeleteCours(int id)
 {
     crmService.DeleteCours(id);
 }