예제 #1
0
 public void DeleteProject(int id)
 {
     _destRepo.DeleteProject(id);
 }