public S2StartupViewHarvester(IWebHostEnvironment environment, IXamlService xaml, IS2StartupService s2StartupService, ILogger <S2StartupViewHarvester> logger) { _environment = environment; _xaml = xaml; _s2StartupService = s2StartupService; this.Logger = logger; }
public S2StartupSeedHarvester(IWebHostEnvironment environment, IXamlService xaml, IS2StartupService s2StartupService) { _environment = environment; _xaml = xaml; _s2StartupService = s2StartupService; }