コード例 #1
0
 public ICollection <FilmRatingDTO> FilmRatingRatingService(int id)
 {
     return(ratingRepository.FilmRating(id));
 }