Exemplo n.º 1
0
 public Director FindDirectorById(int idDirector)
 {
     return(_directorRepo.FindById(idDirector));
 }