Revize 26ecc756
Přidáno uživatelem Alex Konig před téměř 4 roky(ů)
Server/ServerApp/Parser/InputData/IDataLoader.cs | ||
---|---|---|
32 | 32 |
/// <returns></returns> |
33 | 33 |
List<WeatherInstance> LoadWeatherFile(string pathToFile); |
34 | 34 |
|
35 |
/// <summary> |
|
36 |
/// Load file into string |
|
37 |
/// </summary> |
|
38 |
/// <param name="path">Paht to file</param> |
|
39 |
/// <returns>Null if file does not exist, or file in string</returns> |
|
40 |
string LoadPredictionFile(string path); |
|
41 |
|
|
42 |
|
|
35 | 43 |
} |
36 | 44 |
} |
Také k dispozici: Unified diff
re #8962 Adding reading of file to string to CsvDataLoader