Commit cc1ac3ea1e3233bac141e5bc765e608a65984129

Authored by Yarik
2 parents a036a6c0 c1b9b9a7

Merge branch 'master' of gitlab.artweb.com.ua:root/FirstFullmaps

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/MapsModels/DsModels/BusStopEditDsM.cs
... ... @@ -16,6 +16,7 @@ namespace MapsModels.DsModels
16 16 public int? YearBuild { get; set; }
17 17 public int? YearRepair { get; set; }
18 18 public int? StateCommonId { get; set; }
  19 + public string Position { get; set; }
19 20  
20 21 }
21 22 }
22 23 \ No newline at end of file
... ...