From f50957985300c3bfc6ae5564d7eaa67e099ca8f2 Mon Sep 17 00:00:00 2001 From: transtrike Date: Thu, 10 Dec 2020 13:45:35 +0200 Subject: Change HTTP port --- API/WeatherForecast.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 API/WeatherForecast.cs (limited to 'API/WeatherForecast.cs') diff --git a/API/WeatherForecast.cs b/API/WeatherForecast.cs deleted file mode 100644 index 746c136..0000000 --- a/API/WeatherForecast.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; - -namespace API -{ - 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; } - } -} -- cgit v1.2.3