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)
28return _forecastService.GetForecastAsync(DateTime.Now);