Beispiel #1
0
 public IEnumerable <MovieCategory> GetMoviesCountPerCategory()
 {
     return(statsRepository.GetMoviesCountPerCategory());
 }