1 implementation of IWeatherForecastService
Microsoft.Extensions.Options.Contextual.Tests (1)
AcceptanceTests.cs (1)
45
internal class WeatherForecastService :
IWeatherForecastService
3 references to IWeatherForecastService
Microsoft.Extensions.Options.Contextual.Tests (3)
AcceptanceTests.cs (3)
89
.AddSingleton<
IWeatherForecastService
, WeatherForecastService>())
92
var
forecastService = host
94
.GetRequiredService<
IWeatherForecastService
>();