Init
This commit is contained in:
commit
b01c097562
22 changed files with 1439 additions and 0 deletions
12
InkForge.Api/WeatherForecast.cs
Normal file
12
InkForge.Api/WeatherForecast.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace InkForge.Api;
|
||||
|
||||
public class WeatherForecast
|
||||
{
|
||||
public DateOnly Date { get; set; }
|
||||
|
||||
public int TemperatureC { get; set; }
|
||||
|
||||
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
|
||||
|
||||
public string? Summary { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue