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