1 instantiation of WeatherForecast
AspireWithMaui.WeatherApi (1)
Controllers\WeatherForecastController.cs (1)
17
return Enumerable.Range(1, 5).Select(index => new
WeatherForecast
1 reference to WeatherForecast
AspireWithMaui.WeatherApi (1)
Controllers\WeatherForecastController.cs (1)
15
public IEnumerable<
WeatherForecast
> Get()