public BotQuestionTypeController(gGMSContext context)
 {
     this._context = context;
 }
예제 #2
0
 public PrdPluginsController(gGMSContext context)
 {
     this._context = context;
 }
예제 #3
0
 public SourceController(gGMSContext context)
 {
     this._context = context;
 }
 public PrjInstalledPluginController(gGMSContext context)
 {
     this._context = context;
 }
예제 #5
0
 public PrdProductsNotesController(gGMSContext context)
 {
     this._context = context;
 }
 public BotScenarioController(gGMSContext context)
 {
     this._context = context;
 }
예제 #7
0
 public UsersController(gGMSContext context)
 {
     _context = context;
 }
예제 #8
0
 public PrjProjectController(gGMSContext context)
 {
     this._context = context;
 }
예제 #9
0
 public ProductPerformanceApiController(IProductPerformaceService productPerformaceService, ILoggingRepository loggingRepository, gGMSContext context)
 {
     _productPerformaceService = productPerformaceService;
     _loggingRepository        = loggingRepository;
     _context = context;
 }
예제 #10
0
 public PrdCategoriesController(gGMSContext context)
 {
     this._context = context;
 }
예제 #11
0
 public TrafficSourcesEcommerceApiController(ITrafficSourcesEcommerceService trafficSourcesEcommerceService, ILoggingRepository loggingRepository, gGMSContext context)
 {
     _trafficSourcesEcommerceService = trafficSourcesEcommerceService;
     _loggingRepository = loggingRepository;
     _context           = context;
 }
예제 #12
0
 public AllCodeController(gGMSContext context)
 {
     this._context = context;
 }
예제 #13
0
 public BotDomainController(gGMSContext context)
 {
     this._context = context;
 }
예제 #14
0
 public ContractFileUploadController(gGMSContext context, IHostingEnvironment env)
 {
     this._db  = context;
     this._env = env;
 }
예제 #15
0
 public CustomerController(gGMSContext context)
 {
     this._context = context;
 }
예제 #16
0
 public CategoryDTNotesController(gGMSContext context)
 {
     this._context = context;
 }
예제 #17
0
 public TestController(gGMSContext db)
 {
     _db = db;
 }
 public PrdTemplatesController(gGMSContext context, IHostingEnvironment env)
 {
     this._context = context;
     _env          = env;
 }
 public OverviewEcommerceSumApiController(IOverviewEcommerceService OverviewEcommerceSumService, ILoggingRepository loggingRepository, gGMSContext context)
 {
     _OverviewEcommerceSumService = OverviewEcommerceSumService;
     _loggingRepository           = loggingRepository;
     _context = context;
 }
 public ProductListPerformanceEcommerceApiController(IProductListPerformanceEcommerceService ProductListPerformanceEcommerceService, ILoggingRepository loggingRepository, gGMSContext context)
 {
     _ProductListPerformanceEcommerceService = ProductListPerformanceEcommerceService;
     _loggingRepository = loggingRepository;
     _context           = context;
 }
예제 #21
0
 public ContractController(gGMSContext context)
 {
     this._context = context;
 }
예제 #22
0
 public WebControlController(gGMSContext context)
 {
     this._context = context;
 }
예제 #23
0
 public PageBehaviorEcommerceApiController(IPageBehaviorEcommerceService PageBehaviorEcommerceService, ILoggingRepository loggingRepository, gGMSContext context)
 {
     _PageBehaviorEcommerceService = PageBehaviorEcommerceService;
     _loggingRepository            = loggingRepository;
     _context = context;
 }