예제 #1
0
 public void DeleteContract(int id)
 {
     contractAppService.DeleteContract(id);
 }