Behlog.Web.Components.System.WebsiteSimpleFooterViewComponent.WebsiteSimpleFooterViewComponent C# (CSharp) Method

WebsiteSimpleFooterViewComponent() public method

public WebsiteSimpleFooterViewComponent ( IWebsiteOptionService websiteOptionService ) : System.Threading.Tasks
websiteOptionService IWebsiteOptionService
return System.Threading.Tasks
        public WebsiteSimpleFooterViewComponent(IWebsiteOptionService websiteOptionService) {
            websiteOptionService.CheckArgumentIsNull(nameof(websiteOptionService));
            _websiteOptionService = websiteOptionService;
        }
WebsiteSimpleFooterViewComponent