コード例 #1
0
 public EpisodeRating GetEpisodeRating(int episodeId, int userid)
 {
     return(episodeRepository.GetEpisodeRating(episodeId, userid));
 }