public ChTestApp(ITestService testService, IOptions <ChAppSettings> config, ILogger <ChTestApp> logger) { _testService = testService; _logger = logger; _config = config.Value; }
public TestService(ILogger <TestService> logger, IOptions <ChAppSettings> config) { _logger = logger; _config = config.Value; }