示例#1
0
 public IEnumerable <Review> GetAllReviewsFromMovie(Movie movie)
 {
     return(_repo.GetAllReviewsFromMovie(movie));
 }