Exemplo n.º 1
0
 public List <Credit> GetAllCreditsForMovie(int movieId)
 {
     return(_creditRepo.FindByMovieId(movieId).ToList());
 }