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