コード例 #1
0
 internal IEnumerable <Rating> GetByMovie(long id)
 {
     return(ratingRepository.GetByMovie(id).Select(r => r.ToClient()));
 }