1 write to _forecastService
HostedBlazorWebassemblyApp.Server (1)
Controllers\WeatherForecastController.cs (1)
21
_forecastService
= forecastService;
1 reference to _forecastService
HostedBlazorWebassemblyApp.Server (1)
Controllers\WeatherForecastController.cs (1)
28
return
_forecastService
.GetForecastAsync(DateTime.Now);