public ScheduleTaskController(IScheduleTaskService scheduleTaskService, IPermissionService permissionService,
     IDateTimeHelper dateTimeHelper)
 {
     this._scheduleTaskService = scheduleTaskService;
     this._permissionService = permissionService;
     this._dateTimeHelper = dateTimeHelper;
 }
 public MailChimpInstallationService(MailChimpObjectContext mailChimpObjectContext,
     IScheduleTaskService scheduleTaskService, ISettingService settingService)
 {
     this._mailChimpObjectContext = mailChimpObjectContext;
     this._scheduleTaskService = scheduleTaskService;
     this._settingService = settingService;
 }
 public NopCommerceC5ConnectorInstallationService(TrackingRecordObjectContext trackingObjectContext,
     IScheduleTaskService scheduleTaskService, ISettingService settingService)
 {
     this._trackingObjectContext = trackingObjectContext;
     this._scheduleTaskService = scheduleTaskService;
     this._settingService = settingService;
 }
 public FroogleService(IScheduleTaskService scheduleTaskService,
     IGoogleService googleService,
     IProductService productService,
     ICategoryService categoryService,
     IManufacturerService manufacturerService,
     IPictureService pictureService,
     ICurrencyService currencyService,
     IWebHelper webHelper,
     ISettingService settingService,
     IWorkContext workContext,
     IMeasureService measureService,
     MeasureSettings measureSettings,
     StoreInformationSettings storeInformationSettings,
     FroogleSettings froogleSettings,
     CurrencySettings currencySettings,
     GoogleProductObjectContext objectContext)
 {
     this._scheduleTaskService = scheduleTaskService;
     this._googleService = googleService;
     this._productService = productService;
     this._categoryService = categoryService;
     this._manufacturerService = manufacturerService;
     this._pictureService = pictureService;
     this._currencyService = currencyService;
     this._webHelper = webHelper;
     this._settingService = settingService;
     this._workContext = workContext;
     this._measureService = measureService;
     this._measureSettings = measureSettings;
     this._storeInformationSettings = storeInformationSettings;
     this._froogleSettings = froogleSettings;
     this._currencySettings = currencySettings;
     this._objectContext = objectContext;
 }
 public ScheduleTaskController(IScheduleTaskService scheduleTaskService, IPermissionService permissionService, IDateTimeHelper dateTimeHelper)
 {
     this._scheduleTaskService = scheduleTaskService;
     this._permissionService = permissionService;
     this._dateTimeHelper = dateTimeHelper;
     T = NullLocalizer.Instance;
 }
 public ScheduleTaskController(IScheduleTaskService scheduleTaskService,
     IPermissionService permissionService,
     IDateTimeHelper dateTimeHelper, ILocalizationService localizationService) {
     this._scheduleTaskService = scheduleTaskService;
     this._permissionService = permissionService;
     this._dateTimeHelper = dateTimeHelper;
     this._localizationService = localizationService;
 }
 public SettingsController(ISettingService settingService, IScheduleTaskService scheduleTaskService,
     ILocalizationService localizationService, NopCommerceC5ConnectorSettings settings, IImportFabric importFabric)
 {
     this._settingService = settingService;
     this._scheduleTaskService = scheduleTaskService;
     this._localizationService = localizationService;
     this._settings = settings;
     this._importFabric = importFabric;
 }
 public TwillioSmsProvider(QueuedSmsObjectContext context, IRepository<QueuedSms> smsRepo, TwillioSettings twillioSettings,
     IQueuedSmsService queuedSmsService, ILogger logger, ISettingService settingService, IScheduleTaskService scheduleTaskService)
 {
     this._context = context;
     this._smsRepo = smsRepo;
     this._twillioSettings = twillioSettings;
     this._queuedSmsService = queuedSmsService;
     this._logger = logger;
     this._settingService = settingService;
     this._scheduleTaskService = scheduleTaskService;
 }
        public TaskSchedulerController(
			ITaskScheduler taskScheduler,
            IScheduleTaskService scheduledTaskService,
            ITaskExecutor taskExecutor,
            ICommonServices services)
        {
            this._taskScheduler = taskScheduler;
            this._scheduledTaskService = scheduledTaskService;
            this._taskExecutor = taskExecutor;
            this._services = services;
        }
 public SettingsController(ISettingService settingService, IScheduleTaskService scheduleTaskService, 
     IMailChimpApiService mailChimpApiService, ISubscriptionEventQueueingService subscriptionEventQueueingService, 
     ILocalizationService localizationService, MailChimpSettings settings)
 {
     this._settingService = settingService;
     this._scheduleTaskService = scheduleTaskService;
     this._mailChimpApiService = mailChimpApiService;
     this._subscriptionEventQueueingService = subscriptionEventQueueingService;
     this._localizationService = localizationService;
     this._settings = settings;
 }
        public ScheduleTaskController(
            IScheduleTaskService scheduleTaskService, 
            ITaskScheduler taskScheduler, 
            IPermissionService permissionService, 
            IDateTimeHelper dateTimeHelper,
			ILocalizationService localizationService,
            IWorkContext workContext)
        {
            this._scheduleTaskService = scheduleTaskService;
            this._taskScheduler = taskScheduler;
            this._permissionService = permissionService;
            this._dateTimeHelper = dateTimeHelper;
            this._localizationService = localizationService;
            this._workContext = workContext;
        }
        public ImportProfileService(
			IRepository<ImportProfile> importProfileRepository,
			IEventPublisher eventPublisher,
			IScheduleTaskService scheduleTaskService,
			ILocalizationService localizationService,
			ILanguageService languageService,
			DataExchangeSettings dataExchangeSettings)
        {
            _importProfileRepository = importProfileRepository;
            _eventPublisher = eventPublisher;
            _scheduleTaskService = scheduleTaskService;
            _localizationService = localizationService;
            _languageService = languageService;
            _dataExchangeSettings = dataExchangeSettings;
        }
 public PromoPlugin(
     IProductService productService,
     ICategoryService categoryService,
     IManufacturerService manufacturerService,
     IPictureService pictureService,
     ICurrencyService currencyService,
     ISettingService settingService,
     IWorkContext workContext,
     IMeasureService measureService,
     MeasureSettings measureSettings,
     PromoSettings promosFeedSettings,
     CurrencySettings currencySettings,
     IProductAttributeService productAttributeService,
     IPriceCalculationService priceCalculationService,
     ITaxService taxService,
     ILogger logger,
     IPromoService promosFeedService,
     IScheduleTaskService scheduleTaskService,
     NopPromoContext nopPromoContext,
     IProductAttributeConfigService productAttributeConfigService,
     WidgetSettings widgetSettings,
     IPluginFinder pluginFinder,
     ILocalizationService localizationService)
 {
     this._productService = productService;
     this._categoryService = categoryService;
     this._manufacturerService = manufacturerService;
     this._pictureService = pictureService;
     this._currencyService = currencyService;
     this._settingService = settingService;
     this._workContext = workContext;
     this._measureService = measureService;
     this._measureSettings = measureSettings;
     this._promoSettings = promosFeedSettings;
     this._currencySettings = currencySettings;
     this._productAttributeService = productAttributeService;
     this._priceCalculationService = priceCalculationService;
     this._taxService = taxService;
     this._logger = logger;
     this._promosFeedService = promosFeedService;
     this._scheduleTaskService = scheduleTaskService;
     this._nopPromoContext = nopPromoContext;
     this._productAttributeConfigService = productAttributeConfigService;
     this._widgetSettings = widgetSettings;
     this._pluginFinder = pluginFinder;
     this._localizationService = localizationService;
 }
Beispiel #14
0
        public TaskExecutor(
			IScheduleTaskService scheduledTaskService, 
			IDbContext dbContext,
 			ICustomerService customerService,
			IWorkContext workContext,
			IComponentContext componentContext, 
			Func<Type, ITask> taskResolver)
        {
            this._scheduledTaskService = scheduledTaskService;
            this._dbContext = dbContext;
            this._customerService = customerService;
            this._workContext = workContext;
            this._componentContext = componentContext;
            this._taskResolver = taskResolver;

            Logger = NullLogger.Instance;
        }
        public ExportProfileService(
			IRepository<ExportProfile> exportProfileRepository,
			IRepository<ExportDeployment> exportDeploymentRepository,
			IEventPublisher eventPublisher,
			IScheduleTaskService scheduleTaskService,
			IProviderManager providerManager,
			DataExchangeSettings dataExchangeSettings,
			ILocalizationService localizationService)
        {
            _exportProfileRepository = exportProfileRepository;
            _exportDeploymentRepository = exportDeploymentRepository;
            _eventPublisher = eventPublisher;
            _scheduleTaskService = scheduleTaskService;
            _providerManager = providerManager;
            _dataExchangeSettings = dataExchangeSettings;
            _localizationService = localizationService;
        }
 public FeedFroogleController(IGoogleService googleService, 
     IProductService productService, ICurrencyService currencyService,
     ILocalizationService localizationService, IPluginFinder pluginFinder,
     ILogger logger, IWebHelper webHelper, IScheduleTaskService scheduleTaskService,
     FroogleSettings froogleSettings, ISettingService settingService)
 {
     this._googleService = googleService;
     this._productService = productService;
     this._currencyService = currencyService;
     this._localizationService = localizationService;
     this._pluginFinder = pluginFinder;
     this._logger = logger;
     this._webHelper = webHelper;
     this._scheduleTaskService = scheduleTaskService;
     this._froogleSettings = froogleSettings;
     this._settingService = settingService;
 }
Beispiel #17
0
        public TaskExecutor(
            IScheduleTaskService scheduledTaskService,
            IDbContext dbContext,
            ICustomerService customerService,
            IWorkContext workContext,
            IComponentContext componentContext,
            IAsyncState asyncState,
            Func <Type, ITask> taskResolver)
        {
            _scheduledTaskService = scheduledTaskService;
            _dbContext            = dbContext;
            _workContext          = workContext;
            _componentContext     = componentContext;
            _asyncState           = asyncState;
            _taskResolver         = taskResolver;

            Logger = NullLogger.Instance;
            T      = NullLocalizer.Instance;
        }
Beispiel #18
0
        public Task(
            ContainerManager containerManager,
            ScheduleTask task,
            IScheduleTaskService scheduleTaskService,
            ILogger logger,
            TaskFrequencyType?frequency,
            DateTime?nextStartUtc)
        {
            Type        = task.Type;
            Enabled     = task.Enabled;
            StopOnError = task.StopOnError;
            Name        = task.Name;

            _scheduleTaskService = scheduleTaskService;
            _containerManager    = containerManager;
            _logger       = logger;
            _frequency    = frequency;
            _nextStartUtc = nextStartUtc;
        }
 public ScheduleTaskController(
     IScheduleTaskService scheduleTaskService,
     ITaskScheduler taskScheduler,
     IPermissionService permissionService,
     IDateTimeHelper dateTimeHelper,
     ILocalizationService localizationService,
     IWorkContext workContext,
     IStoreContext storeContext,
     IAsyncState asyncState)
 {
     _scheduleTaskService = scheduleTaskService;
     _taskScheduler       = taskScheduler;
     _permissionService   = permissionService;
     _dateTimeHelper      = dateTimeHelper;
     _localizationService = localizationService;
     _workContext         = workContext;
     _storeContext        = storeContext;
     _asyncState          = asyncState;
 }
		public AmazonPayService(
			IAmazonPayApi api,
			HttpContextBase httpContext,
			ICommonServices services,
			IPaymentService paymentService,
			IGenericAttributeService genericAttributeService,
			IOrderTotalCalculationService orderTotalCalculationService,
			ICurrencyService currencyService,
			CurrencySettings currencySettings,
			ICustomerService customerService,
			IStoreService storeService,
			IPriceFormatter priceFormatter,
			OrderSettings orderSettings,
			RewardPointsSettings rewardPointsSettings,
			IOrderService orderService,
			IRepository<Order> orderRepository,
			IOrderProcessingService orderProcessingService,
			IScheduleTaskService scheduleTaskService,
			IWorkflowMessageService workflowMessageService)
		{
			_api = api;
			_httpContext = httpContext;
			_services = services;
			_paymentService = paymentService;
			_genericAttributeService = genericAttributeService;
			_orderTotalCalculationService = orderTotalCalculationService;
			_currencyService = currencyService;
			_currencySettings = currencySettings;
			_customerService = customerService;
			_storeService = storeService;
			_priceFormatter = priceFormatter;
			_orderSettings = orderSettings;
			_rewardPointsSettings = rewardPointsSettings;
			_orderService = orderService;
			_orderRepository = orderRepository;
			_orderProcessingService = orderProcessingService;
			_scheduleTaskService = scheduleTaskService;
			_workflowMessageService = workflowMessageService;

			T = NullLocalizer.Instance;
			Logger = NullLogger.Instance;
		}
Beispiel #21
0
 public MobSocialWebApiPlugin(MobSocialObjectContext context, mobSocialSettings mobSocialSettings,
                              ISettingService settingService, IMessageTemplateService messageTemplateService,
                              IScheduleTaskService scheduleTaskService,
                              IMobSocialService mobSocialService,
                              ILocalizationService localizationService,
                              IStoreContext storeContext,
                              IVideoBattleService videoBattleService, EmailAccountSettings emailAccountSettings)
 {
     _context                = context;
     _mobSocialSettings      = mobSocialSettings;
     _settingService         = settingService;
     _messageTemplateService = messageTemplateService;
     _scheduleTaskService    = scheduleTaskService;
     _mobSocialService       = mobSocialService;
     _localizationService    = localizationService;
     _videoBattleService     = videoBattleService;
     _emailAccountSettings   = emailAccountSettings;
     _storeContext           = storeContext;
     _config = new HttpRuntimeSection(); //TODO Move to dependency registrar and perform injection
 }
 public AvalaraTaxProvider(AvalaraTaxManager avalaraTaxManager,
                           IActionContextAccessor actionContextAccessor,
                           ILocalizationService localizationService,
                           IScheduleTaskService scheduleTaskService,
                           ISettingService settingService,
                           ITaxPluginManager taxPluginManager,
                           IUrlHelperFactory urlHelperFactory,
                           TaxSettings taxSettings,
                           WidgetSettings widgetSettings)
 {
     _avalaraTaxManager     = avalaraTaxManager;
     _actionContextAccessor = actionContextAccessor;
     _localizationService   = localizationService;
     _scheduleTaskService   = scheduleTaskService;
     _settingService        = settingService;
     _taxPluginManager      = taxPluginManager;
     _urlHelperFactory      = urlHelperFactory;
     _taxSettings           = taxSettings;
     _widgetSettings        = widgetSettings;
 }
 public SendinbluePlugin(IEmailAccountService emailAccountService,
                         IGenericAttributeService genericAttributeService,
                         ILocalizationService localizationService,
                         IMessageTemplateService messageTemplateService,
                         IScheduleTaskService scheduleTaskService,
                         ISettingService settingService,
                         IStoreService storeService,
                         IWebHelper webHelper,
                         WidgetSettings widgetSettings)
 {
     _emailAccountService     = emailAccountService;
     _genericAttributeService = genericAttributeService;
     _localizationService     = localizationService;
     _messageTemplateService  = messageTemplateService;
     _scheduleTaskService     = scheduleTaskService;
     _settingService          = settingService;
     _storeService            = storeService;
     _webHelper      = webHelper;
     _widgetSettings = widgetSettings;
 }
Beispiel #24
0
 public ProductScheduleTask(
     IProductService productService,
     IManufacturerService manufacturerService,
     IPictureService pictureService,
     ICategoryService categoryService,
     ICurrencyService currencyService,
     Nop.Services.Logging.ILogger logger,
     IVendorService vendorService,
     IUrlRecordService urlRecordService,
     IScheduleTaskService scheduleTaskService)
 {
     _vendorService       = vendorService;
     _logger              = logger;
     _urlRecordService    = urlRecordService;
     _pictureService      = pictureService;
     _productService      = productService;
     _manufacturerService = manufacturerService;
     _categoryService     = categoryService;
     _scheduleTaskService = scheduleTaskService;
     _currencyService     = currencyService;
 }
Beispiel #25
0
 public HomeController(
     ICommonServices services,
     Lazy <ICategoryService> categoryService,
     Lazy <IProductService> productService,
     Lazy <IManufacturerService> manufacturerService,
     Lazy <ICatalogSearchService> catalogSearchService,
     Lazy <CatalogHelper> catalogHelper,
     Lazy <ITopicService> topicService,
     Lazy <IXmlSitemapGenerator> sitemapGenerator,
     Lazy <CaptchaSettings> captchaSettings,
     Lazy <CommonSettings> commonSettings,
     Lazy <SeoSettings> seoSettings,
     Lazy <CustomerSettings> customerSettings,
     Lazy <PrivacySettings> privacySettings,
     IScheduleTaskService scheduleTaskService,
     ITransactionService transactionService,
     IWorkContext workContext,
     ICustomerService customerService, AdminAreaSettings adminAreaSettings,
     IPlanService planService)
 {
     this._services             = services;
     this._categoryService      = categoryService;
     this._productService       = productService;
     this._manufacturerService  = manufacturerService;
     this._catalogSearchService = catalogSearchService;
     this._catalogHelper        = catalogHelper;
     this._topicService         = topicService;
     this._sitemapGenerator     = sitemapGenerator;
     this._captchaSettings      = captchaSettings;
     this._commonSettings       = commonSettings;
     this._seoSettings          = seoSettings;
     this._customerSettings     = customerSettings;
     this._privacySettings      = privacySettings;
     this._scheduleTaskService  = scheduleTaskService;
     this._transcationService   = transactionService;
     this._workContext          = workContext;
     this._customerService      = customerService;
     this._adminAreaSettings    = adminAreaSettings;
     this._planService          = planService;
 }
 public PromoAdminController(
     IProductService productService, ICurrencyService currencyService,
     ILocalizationService localizationService, IPluginFinder pluginFinder,
     ILogger logger, IWebHelper webHelper, IStoreService storeService,
     PromoSettings promoSettings, ISettingService settingService,
     IPermissionService permissionService, ICategoryService categoryService,
     IPromoService promoService,
     IScheduleTaskService scheduleTaskService,
     IExportQueueService exportQueueService,
     IProductAttributeConfigService productAttributeConfigService,
     IAttributeValueService attributeValueService,
     IShippingService shippingService,
     ICustomerService customerService,
     ICheckoutAttributeService checkoutAttributeService,
     IPromoPictureService promoPictureService,
     IPictureService pictureService)
 {
     this._productService = productService;
     this._currencyService = currencyService;
     this._localizationService = localizationService;
     this._pluginFinder = pluginFinder;
     this._logger = logger;
     this._webHelper = webHelper;
     this._storeService = storeService;
     this._promoSettings = promoSettings;
     this._settingService = settingService;
     this._permissionService = permissionService;
     this._categoryService = categoryService;
     this._promoService = promoService;
     this._scheduleTaskService = scheduleTaskService;
     this._exportQueueService = exportQueueService;
     this._productAttributeConfigService = productAttributeConfigService;
     this._attributeValueService = attributeValueService;
     this._shippingService = shippingService;
     this._customerService = customerService;
     this._checkoutAttributeService = checkoutAttributeService;
     this._promoPictureService = promoPictureService;
     this._pictureService = pictureService;
 }
Beispiel #27
0
 public ExportOrderPlugin(
     ILogger logger,
     IEmailAccountService emailAccountService,
     IQueuedEmailService queuedEmailService,
     ILocalizationService localizationService,
     IScheduleTaskService scheduleTaskService,
     ISettingService settingService,
     ExportOrderSettings settings,
     EmailAccountSettings emailAccountSettings,
     IWebHelper webHelper
     )
 {
     _logger = logger;
     _emailAccountService  = emailAccountService;
     _queuedEmailService   = queuedEmailService;
     _localizationService  = localizationService;
     _scheduleTaskService  = scheduleTaskService;
     _settingService       = settingService;
     _settings             = settings;
     _emailAccountSettings = emailAccountSettings;
     _webHelper            = webHelper;
 }
Beispiel #28
0
 public MailChimpController(
     ICacheKeyService cacheKeyService,
     ILocalizationService localizationService,
     INotificationService notificationService,
     IScheduleTaskService scheduleTaskService,
     ISettingService settingService,
     IStaticCacheManager cacheManager,
     IStoreContext storeContext,
     IStoreService storeService,
     ISynchronizationRecordService synchronizationRecordService,
     MailChimpManager mailChimpManager)
 {
     _cacheKeyService              = cacheKeyService;
     _localizationService          = localizationService;
     _notificationService          = notificationService;
     _scheduleTaskService          = scheduleTaskService;
     _settingService               = settingService;
     _staticCacheManager           = cacheManager;
     _storeContext                 = storeContext;
     _storeService                 = storeService;
     _synchronizationRecordService = synchronizationRecordService;
     _mailChimpManager             = mailChimpManager;
 }
 public ScheduleTaskModelFactory(
     IScheduleTaskService scheduleTaskService)
 {
     _scheduleTaskService = scheduleTaskService;
 }
 public MailChimpInstallationService(MailChimpObjectContext mailChimpObjectContext,
                                     IScheduleTaskService scheduleTaskService)
 {
     _mailChimpObjectContext = mailChimpObjectContext;
     _scheduleTaskService    = scheduleTaskService;
 }
Beispiel #31
0
 /// <summary>
 /// 重构器必须无参
 /// </summary>
 public RegJDTask()
 {
     _scheduleTaskService = EngineContext.Current.Resolve <IScheduleTaskService>();
     _typeFinder          = EngineContext.Current.Resolve <ITypeFinder>();;
 }
 public ScheduledXmlEporterInstallationService(IScheduleTaskService scheduleTaskService)
 {
     _scheduleTaskService = scheduleTaskService;
 }
 public RazorMessageServicePlugin(IScheduleTaskService scheduleTaskService)
 {
     this._scheduleTaskService = scheduleTaskService;
 }
Beispiel #34
0
 public ScheduleTaskController(IScheduleTaskService scheduleTaskService)
 {
     _scheduleTaskService = scheduleTaskService;
 }
 public ScheduleTaskController(ILogService logService, ICommonService commonService, IHostingEnvironment hostingEnvironment, IUserService userService, IPermissionService permissionService, IScheduleTaskService scheduleTaskService, IExecuteService executeService)
 {
     _logService          = logService;
     _commonService       = commonService;
     _hostingEnvironment  = hostingEnvironment;
     _userService         = userService;
     _permissionService   = permissionService;
     _scheduleTaskService = scheduleTaskService;
     _executeService      = executeService;
 }
Beispiel #36
0
 public UpdateOrderDeliveryInstructionTask(IOrderService orderService,
                                           IScheduleTaskService scheduleTaskService)
 {
     _orderService        = orderService;
     _scheduleTaskService = scheduleTaskService;
 }
Beispiel #37
0
 public ScheduleTaskController(IScheduleTaskService scheduleTaskService, IOptions <AppConfig> mozOptions)
 {
     _scheduleTaskService = scheduleTaskService;
     _mozOptions          = mozOptions.Value;
 }
Beispiel #38
0
 public XmlUpdateFromRotapPlugin(XmlUpdateFromRotapSettings xmlUpdateFromRotapSettings
                                 , IScheduleTaskService scheduleTaskService)
 {
     this._xmlUpdateFromRotapSettings = xmlUpdateFromRotapSettings;
     this._scheduleTaskService        = scheduleTaskService;
 }
Beispiel #39
0
 public CheckPaymentTask(IScheduleTaskService scheduleTaskService, IPagSeguroService pagSeguroService)
 {
     this._pagSeguroService    = pagSeguroService;
     this._scheduleTaskService = scheduleTaskService;
 }
Beispiel #40
0
 private TaskManager()
 {
     _logger = EngineContext.Current.Resolve <ILogger>();
     _scheduleTaskService = EngineContext.Current.Resolve <IScheduleTaskService>();
     ConfigureJobManager();
 }
 public MailChimpInstallationService(MailChimpObjectContext mailChimpObjectContext,
     IScheduleTaskService scheduleTaskService)
 {
     _mailChimpObjectContext = mailChimpObjectContext;
     _scheduleTaskService = scheduleTaskService;
 }
 public static ScheduleTask GetTaskByType <T>(this IScheduleTaskService service) where T : ITask
 {
     return(service.GetTaskByType(typeof(T)));
 }
Beispiel #43
0
 public TaskController(IScheduleTaskService scheduleTaskService)
 {
     this._scheduleTaskService = scheduleTaskService;
 }
 public ScheduleTaskModelFactory(IDateTimeHelper dateTimeHelper,
                                 IScheduleTaskService scheduleTaskService)
 {
     _dateTimeHelper      = dateTimeHelper;
     _scheduleTaskService = scheduleTaskService;
 }
Beispiel #45
0
 public TaskService(IScheduleTaskService scheduleTaskService, ILogSosService logSosService)
 {
     _scheduleTaskService = scheduleTaskService;
     _logSosService       = logSosService;
 }
Beispiel #46
0
 public ScheduleTaskController(IWorkContextAccessor workContextAccessor, IScheduleTaskService scheduleTaskService, IScheduleTaskManager scheduleTaskManager)
     : base(workContextAccessor)
 {
     this.scheduleTaskService = scheduleTaskService;
     this.scheduleTaskManager = scheduleTaskManager;
 }
Beispiel #47
0
 public TestTaskScheduler(AppSettings appSettings, IHttpClientFactory httpClientFactory, IScheduleTaskService scheduleTaskService, IServiceScopeFactory serviceScopeFactory, IStoreContext storeContext) : base(appSettings, httpClientFactory, scheduleTaskService, serviceScopeFactory, storeContext)
 {
 }
 public ScheduleTaskController(IScheduleTaskService scheduleTaskService,
                               IScheduleTaskRunner taskRunner)
 {
     _scheduleTaskService = scheduleTaskService;
     _taskRunner          = taskRunner;
 }
 public CheckPaymentTask(IScheduleTaskService scheduleTaskService, IPagSeguroService pagSeguroService, IRepository <ScheduleTask> scheduleTaskRepository)
 {
     this._pagSeguroService       = pagSeguroService;
     this._scheduleTaskService    = scheduleTaskService;
     this._scheduleTaskRepository = scheduleTaskRepository;
 }