public ScienceLandingPageService(CalloutCardsService calloutCardsService, LatestNewsSectionService latestNewsSectionService, NavigationItemService navigationItemService) { _htmlStringUtilities = new HtmlStringUtilities(); _calloutCardsService = calloutCardsService; _latestNewsSectionService = latestNewsSectionService; _navigationItemService = navigationItemService; }
public HomePageService(CalloutCardsService calloutCardsService, NavigationItemService navigationItemService, LatestNewsSectionService latestNewsSectionService) { _calloutCardsService = calloutCardsService; _navigationItemService = navigationItemService; _latestNewsSectionService = latestNewsSectionService; }