Revize dbf79345
Přidáno uživatelem Alex Konig před téměř 4 roky(ů)
Server/ServerApp/WeatherPredictionParser/IJsonParser.cs | ||
---|---|---|
18 | 18 |
WeatherInfo current; |
19 | 19 |
public WeatherInfo Current { get => current; set => current = value; } |
20 | 20 | |
21 |
/// <summary> Prediction for today, tommorrow and day after tommorrow </summary> |
|
21 |
/// <summary> Prediction for today, tommorrow and day after tommorrow (or for days more/less into the future) </summary>
|
|
22 | 22 |
List<WeatherInfo> predictions; |
23 | 23 |
public List<WeatherInfo> Predictions { get => predictions; set => predictions = value; } |
24 | 24 |
Také k dispozici: Unified diff
re #9036 Cleaning up interfaces