Пример #1
0
 public List <DirectorRatingDTO> ActorTopFiveFilm(Actor actor)
 {
     return(_actorRepository.ActorTopFiveFilm(actor).ToList());
 }