Description

This commit is contained in:
Stephen Verbist 2023-07-07 19:12:42 +02:00
parent 2cbbe4272a
commit 5f9312bdce

View File

@ -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; }