Exemplo n.º 1
0
 public double AverageRatingByReviewer(int reviewer)
 {
     return(movieRatingRepository.AverageRatingByReviewer(reviewer));
 }