示例#1
0
 public FoodCourtController(ICinemaLocationService cinemaLocationService, IPDFService pdfService, IFoodAmountService foodAmountService,
                            IFoodcourtCheckService foodcourtCheckService, IFoodcourtCheckProductService foodcourtCheckProductService,
                            UserManager <Worker> userManager, SignInManager <Worker> signInManager)
 {
     this.cinemaLocationService        = cinemaLocationService;
     this.foodcourtCheckService        = foodcourtCheckService;
     this.pdfService                   = pdfService;
     this.foodAmountService            = foodAmountService;
     this.foodcourtCheckProductService = foodcourtCheckProductService;
     this.userManager                  = userManager;
     this.signInManager                = signInManager;
 }
 public AdminTablesController(CinemaContext context, ITicketCheckService ticketCheckService, IFoodcourtCheckProductService foodcourtCheckProductService, IFoodcourtCheckService foodcourtCheckService, ICheckService checkService, ITicketService ticketService, ICinemaLocationService cinemaLocationService, IFoodProductsService foodProductsService, ITechnologyService technologyService, ICityService cityService, IFoodAmountService foodAmountService, ICinemaHallService cinemaHallService, IDirectorService directorService, IWorkerService workerService, ICountryOfOriginService countryOfOriginService, IMovieService movieService, IGenreService genreService, IShowingService showingService, UserManager <Worker> userManager, SignInManager <Worker> signInManager)
 {
     this.foodProductsService          = foodProductsService;
     this.directorService              = directorService;
     this.technologyService            = technologyService;
     this.cityService                  = cityService;
     this.foodAmountService            = foodAmountService;
     this.cinemaHallService            = cinemaHallService;
     this.context                      = context;
     this.ticketCheckService           = ticketCheckService;
     this.foodcourtCheckProductService = foodcourtCheckProductService;
     this.foodcourtCheckService        = foodcourtCheckService;
     this.checkService                 = checkService;
     this.ticketService                = ticketService;
     this.cinemaLocationService        = cinemaLocationService;
     this.countryOfOriginService       = countryOfOriginService;
     this.movieService                 = movieService;
     this.workerService                = workerService;
     this.genreService                 = genreService;
     this.showingService               = showingService;
     this.userManager                  = userManager;
     this.signInManager                = signInManager;
 }