コード例 #1
0
 public DirectorDto GetDirectorById(int id)
 {
     return(directorRepository.GetDirectorById(id));
 }