public CommonViewComponent( ICommonWebService commonWebService, ILocalizationService localizationService, IWorkContext workContext, IStoreContext storeContext, ICustomerActivityService customerActivityService, ICustomerActionEventService customerActionEventService, IPopupService popupService, IInteractiveFormService interactiveFormService, StoreInformationSettings storeInformationSettings, CommonSettings commonSettings, ForumSettings forumSettings, LocalizationSettings localizationSettings, CaptchaSettings captchaSettings, VendorSettings vendorSettings ) { this._commonWebService = commonWebService; this._localizationService = localizationService; this._workContext = workContext; this._storeContext = storeContext; this._customerActivityService = customerActivityService; this._customerActionEventService = customerActionEventService; this._popupService = popupService; this._interactiveFormService = interactiveFormService; this._storeInformationSettings = storeInformationSettings; this._commonSettings = commonSettings; this._forumSettings = forumSettings; this._localizationSettings = localizationSettings; this._captchaSettings = captchaSettings; this._vendorSettings = vendorSettings; }
public HeaderLinksViewComponent(ICommonWebService commonWebService, IWorkContext workContext, ILocalizationService localizationService, ForumSettings forumSettings, IStoreContext storeContext) { this._commonWebService = commonWebService; this._workContext = workContext; this._localizationService = localizationService; this._forumSettings = forumSettings; this._storeContext = storeContext; }
public LogoViewComponent(ICommonWebService commonWebService) { this._commonWebService = commonWebService; }
public LanguageSelectorViewComponent(ICommonWebService commonWebService) { this._commonWebService = commonWebService; }
public FaviconViewComponent(ICommonWebService commonWebService) { this._commonWebService = commonWebService; }
public TaxTypeSelectorViewComponent(ICommonWebService commonWebService) { this._commonWebService = commonWebService; }
public CurrencySelectorViewComponent(ICommonWebService commonWebService) { this._commonWebService = commonWebService; }
public AdminHeaderLinksViewComponent(ICommonWebService commonWebService, IWorkContext workContext) { this._commonWebService = commonWebService; this._workContext = workContext; }
public StoreThemeSelectorViewComponent(ICommonWebService commonWebService, StoreInformationSettings storeInformationSettings) { this._commonWebService = commonWebService; this._storeInformationSettings = storeInformationSettings; }
public FooterViewComponent(ICommonWebService commonWebService) { this._commonWebService = commonWebService; }