Exemple #1
0
 public IEnumerable <Cast> GetCastInMovie(int movieId)
 {
     return(_castRepository.GetCastInMovie(movieId));
 }