🔥 Removed boilerplate-file

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-10-02 10:33:10 +02:00
parent 9364b5cfc4
commit 0d363acdcb

View file

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