예제 #1
0
 public Director FindDirectorById(int idDirector)
 {
     return(_directorRepo.FindById(idDirector));
 }