Пример #1
0
 public MoviesReportController()
 {
     db = new MoviesContext();
     movieReportService = new MovieReportService(db);
 }