コード例 #1
0
 public ICollection <Rating> GetByIDRatingService(int id)
 {
     return(ratingRepository.GetRatingByID(id));
 }