shengxuefei 4 년 전
부모
커밋
67b4db97b0
1개의 변경된 파일0개의 추가작업 그리고 15개의 파일을 삭제
  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; }
-    }
-}