This commit is contained in:
Oliver Hauff 2022-01-22 18:16:10 +01:00
parent e0c75d5b37
commit f38b516d25
57 changed files with 12835 additions and 9925 deletions

View file

@ -15,7 +15,7 @@ namespace TINK.Model.Station
string StationName { get; }
/// <summary> Holds the gps- position of the station.</summary>
Position Position { get; }
IPosition Position { get; }
/// <summary> Holds operator related data.</summary>
IData OperatorData { get; }