Пример #1
0
 public MoviesController()
 {
     _moviesService     = new MoviesService();
     _seanceService     = new SeanceService();
     _salonService      = new SalonService();
     _moviesTypeService = new MoviesTypeService();
 }
Пример #2
0
 public MoviesTypeController()
 {
     _moviesTypeService = new MoviesTypeService();
 }