예제 #1
0
 public void DeleteClient(int id)
 {
     crmService.DeleteClient(id);
 }