2 references to WeatherForecastController
HostedBlazorWebassemblyApp.Server (2)
Controllers\WeatherForecastController.cs (2)
17
private readonly ILogger<
WeatherForecastController
> _logger;
19
public WeatherForecastController(ILogger<
WeatherForecastController
> logger, IWeatherForecastService forecastService)