示例#1
0
 public IEnumerable <Crew> GetCrewInMovie(int movieId)
 {
     return(_crewRepository.GetCrewInMovie(movieId));
 }