shengxuefei 4 years ago
parent
commit
67b4db97b0
1 changed files with 0 additions and 15 deletions
  1. 0 15
      PMS.NetCore/PMS.NetCore/WeatherForecast.cs

+ 0 - 15
PMS.NetCore/PMS.NetCore/WeatherForecast.cs

@@ -1,15 +0,0 @@
-using System;
-
-namespace PMS.NetCore
-{
-    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; }
-    }
-}