示例#1
0
 public MoviesController()
 {
     _moviesService     = new MoviesService();
     _seanceService     = new SeanceService();
     _salonService      = new SalonService();
     _moviesTypeService = new MoviesTypeService();
 }
 public MoviesTypeController()
 {
     _moviesTypeService = new MoviesTypeService();
 }