public BotQuestionTypeController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 2
0
 public PrdPluginsController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 3
0
 public SourceController(gGMSContext context)
 {
     this._context = context;
 }
 public PrjInstalledPluginController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 5
0
 public PrdProductsNotesController(gGMSContext context)
 {
     this._context = context;
 }
 public BotScenarioController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 7
0
 public UsersController(gGMSContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public PrjProjectController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 9
0
 public ProductPerformanceApiController(IProductPerformaceService productPerformaceService, ILoggingRepository loggingRepository, gGMSContext context)
 {
     _productPerformaceService = productPerformaceService;
     _loggingRepository        = loggingRepository;
     _context = context;
 }
Exemplo n.º 10
0
 public PrdCategoriesController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 11
0
 public TrafficSourcesEcommerceApiController(ITrafficSourcesEcommerceService trafficSourcesEcommerceService, ILoggingRepository loggingRepository, gGMSContext context)
 {
     _trafficSourcesEcommerceService = trafficSourcesEcommerceService;
     _loggingRepository = loggingRepository;
     _context           = context;
 }
Exemplo n.º 12
0
 public AllCodeController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 13
0
 public BotDomainController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 14
0
 public ContractFileUploadController(gGMSContext context, IHostingEnvironment env)
 {
     this._db  = context;
     this._env = env;
 }
Exemplo n.º 15
0
 public CustomerController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 16
0
 public CategoryDTNotesController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 17
0
 public TestController(gGMSContext db)
 {
     _db = db;
 }
Exemplo n.º 18
0
 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;
 }
Exemplo n.º 21
0
 public ContractController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 22
0
 public WebControlController(gGMSContext context)
 {
     this._context = context;
 }
Exemplo n.º 23
0
 public PageBehaviorEcommerceApiController(IPageBehaviorEcommerceService PageBehaviorEcommerceService, ILoggingRepository loggingRepository, gGMSContext context)
 {
     _PageBehaviorEcommerceService = PageBehaviorEcommerceService;
     _loggingRepository            = loggingRepository;
     _context = context;
 }