Ejemplo n.º 1
0
 public DirectorDetailsData GetDetails(int directorId)
 {
     return(_directorRepository.GetDetails(directorId));
 }