summaryrefslogtreecommitdiff
path: root/WeatherForecast.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WeatherForecast.cs')
-rw-r--r--WeatherForecast.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/WeatherForecast.cs b/WeatherForecast.cs
deleted file mode 100644
index f5964fa..0000000
--- a/WeatherForecast.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace LibraryAPI;
-
-public class WeatherForecast
-{
- public DateTime Date { get; set; }
-
- public int TemperatureC { get; set; }
-
- public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
-
- public string? Summary { get; set; }
-}