Example #1
0
 public ScienceLandingPageService(CalloutCardsService calloutCardsService, LatestNewsSectionService latestNewsSectionService, NavigationItemService navigationItemService)
 {
     _htmlStringUtilities      = new HtmlStringUtilities();
     _calloutCardsService      = calloutCardsService;
     _latestNewsSectionService = latestNewsSectionService;
     _navigationItemService    = navigationItemService;
 }
 public virtual void Initialize() => _htmlStringUtilities = new HtmlStringUtilities();