diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-10 13:45:35 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-10 13:45:35 +0200 |
| commit | f50957985300c3bfc6ae5564d7eaa67e099ca8f2 (patch) | |
| tree | c604cb0fe583bd3f4d3ab25c8ce26a56a0df2332 /API/WeatherForecast.cs | |
| parent | 2d1a5bdcafd30dca9d21ac765d9b5f6103129902 (diff) | |
| download | DevHive-f50957985300c3bfc6ae5564d7eaa67e099ca8f2.tar DevHive-f50957985300c3bfc6ae5564d7eaa67e099ca8f2.tar.gz DevHive-f50957985300c3bfc6ae5564d7eaa67e099ca8f2.zip | |
Change HTTP port
Diffstat (limited to 'API/WeatherForecast.cs')
| -rw-r--r-- | API/WeatherForecast.cs | 15 |
1 files changed, 0 insertions, 15 deletions
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; }
- }
-}
|
