2 references to WeatherForecast
DaprServiceA (2)
Program.cs (2)
29
var forecasts = await client.InvokeMethodAsync<
WeatherForecast
[]>(HttpMethod.Get, "serviceb", "weatherforecast");
48
internal sealed record CachedWeatherForecast(
WeatherForecast
[] Forecasts, DateTimeOffset CachedAt);