コード例 #1
0
 public ProgressiveWebAppPlugin(ISettingService settingService, ProgressiveWebAppSettings progressiveWebAppSettings, ProgressiveWebAppObjectContext progressiveWebAppObjectContext, IWebHelper webHelper, IPermissionService permissionService, ICustomerService customerService)
 {
     _progressiveWebAppSettings      = progressiveWebAppSettings;
     _progressiveWebAppObjectContext = progressiveWebAppObjectContext;
     _webHelper         = webHelper;
     _permissionService = permissionService;
     _customerService   = customerService;
     _settingService    = settingService;
 }
コード例 #2
0
 public AdminWebPushController(ProgressiveWebAppSettings progressiveWebAppSettings, ISettingService settingService, ILocalizationService localizationService, IPermissionService permissionService, IWorkContext workContext, VendorSettings vendorSettings, ICategoryService categoryService, ICacheManager cacheManager, IStoreService storeService, IShippingService shippingService, IVendorService vendorService, IManufacturerService manufacturerService, IProductService productService, IPictureService pictureService, ICustomerServiceExtend customerServiceExtend, ICustomerService customerService, CustomerSettings customerSettings, IDateTimeHelper dateTimeHelper)
 {
     _progressiveWebAppSettings = progressiveWebAppSettings;
     _settingService            = settingService;
     _localizationService       = localizationService;
     _permissionService         = permissionService;
     _categoryService           = categoryService;
     _cacheManager          = cacheManager;
     _storeService          = storeService;
     _vendorService         = vendorService;
     _manufacturerService   = manufacturerService;
     _productService        = productService;
     _customerService       = customerService;
     _customerServiceExtend = customerServiceExtend;
     _customerSettings      = customerSettings;
     _dateTimeHelper        = dateTimeHelper;
 }
コード例 #3
0
 public WebPushController(IProgressiveWebPushService progressiveWebPushService,
                          IWorkContext workContext,
                          IEmailAccountService emailAccountService,
                          EmailAccountSettings emailAccountSettings,
                          IProductService productService,
                          IProductModelFactory productModelFactory,
                          ILogger logger,
                          ICategoryService categoryService,
                          ICatalogModelFactory catalogModelFactory, ProgressiveWebAppSettings progressiveWebAppSettings)
 {
     _progressiveWebPushService = progressiveWebPushService;
     _workContext          = workContext;
     _emailAccountService  = emailAccountService;
     _emailAccountSettings = emailAccountSettings;
     _productService       = productService;
     _productModelFactory  = productModelFactory;
     _logger                    = logger;
     _categoryService           = categoryService;
     _catalogModelFactory       = catalogModelFactory;
     _progressiveWebAppSettings = progressiveWebAppSettings;
 }
 public ProgressiveWebAppCodeViewComponent(ProgressiveWebAppSettings progressiveWebAppSettings)
 {
     _progressiveWebAppSettings = progressiveWebAppSettings;
 }
コード例 #5
0
 public PushNotificationViewComponent(ProgressiveWebAppSettings progressiveWebAppSettings)
 {
     _progressiveWebAppSettings = progressiveWebAppSettings;
 }
 public ProgressiveWebAppHeaderTagsViewComponent(ProgressiveWebAppSettings progressiveWebAppSettings)
 {
     _progressiveWebAppSettings = progressiveWebAppSettings;
 }