Example #1
0
 public IEnumerable <CategoryRating> GetMoviesByRatingPerCategory()
 {
     return(statsRepository.GetMoviesByRatingPerCategory());
 }