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