From 5f9312bdce04b83d66b50bc00762d021b9b25b43 Mon Sep 17 00:00:00 2001 From: Stephen Verbist Date: Fri, 7 Jul 2023 19:12:42 +0200 Subject: [PATCH] Description --- src/api/WeatherForecast.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/WeatherForecast.cs b/src/api/WeatherForecast.cs index 133986e..7b3aafb 100644 --- a/src/api/WeatherForecast.cs +++ b/src/api/WeatherForecast.cs @@ -4,6 +4,8 @@ public class WeatherForecast { public string Name { get; set; } + public string Description { get; set; } + public DateOnly Date { get; set; } public int TemperatureC { get; set; }