Esempio n. 1
0
 public async Task <IEnumerable <Movie> > GetMoviesByCast(int id)
 {
     return(await _castRepository.GetMoviesByCast(id));
 }