Ejemplo n.º 1
0
 public double GetAverageRateOfMovie(int movieId)
 {
     return(_movieRatingRepo.GetAverageRateOfMovie(movieId));
 }