parent
1ef62fbedb
commit
ea194447a5
@ -0,0 +1,12 @@ |
||||
{ |
||||
"version": 1, |
||||
"isRoot": true, |
||||
"tools": { |
||||
"dotnet-ef": { |
||||
"version": "3.1.5", |
||||
"commands": [ |
||||
"dotnet-ef" |
||||
] |
||||
} |
||||
} |
||||
} |
@ -1,15 +0,0 @@ |
||||
using System; |
||||
|
||||
namespace EPAServeur |
||||
{ |
||||
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; } |
||||
} |
||||
} |
Loading…
Reference in new issue