Added a name
This commit is contained in:
parent
b8984dc560
commit
2cbbe4272a
@ -2,6 +2,8 @@ namespace api;
|
||||
|
||||
public class WeatherForecast
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public DateOnly Date { get; set; }
|
||||
|
||||
public int TemperatureC { get; set; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user