Ejemplo n.º 1
0
 public double AverageRatingOnMovie(int movie)
 {
     return(movieRatingRepository.AverageRatingOnMovie(movie));
 }