🔥 Removed boilerplate-file
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
9364b5cfc4
commit
0d363acdcb
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
namespace backend;
|
|
||||||
|
|
||||||
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; }
|
|
||||||
}
|
|
Reference in a new issue