diff --git a/BO4E/BO/Lokationszuordnung.cs b/BO4E/BO/Lokationszuordnung.cs index 3621ec59..9cc95c6a 100644 --- a/BO4E/BO/Lokationszuordnung.cs +++ b/BO4E/BO/Lokationszuordnung.cs @@ -12,7 +12,7 @@ namespace BO4E.BO /// public class Lokationszuordnung : BusinessObject { - + /// /// /// @@ -21,7 +21,7 @@ public class Lokationszuordnung : BusinessObject [JsonPropertyOrder(1)] [ProtoMember(1)] public string[] Marktlokationen { get; set; } - + /// /// /// @@ -39,7 +39,7 @@ public class Lokationszuordnung : BusinessObject [JsonPropertyOrder(3)] [ProtoMember(3)] public string[] Netzlokationen { get; set; } - + /// /// /// @@ -48,7 +48,7 @@ public class Lokationszuordnung : BusinessObject [JsonPropertyOrder(4)] [ProtoMember(4)] public string[] TechnischeRessourcen { get; set; } - + /// /// /// @@ -67,7 +67,7 @@ public class Lokationszuordnung : BusinessObject [ProtoMember(6)] // Instead of COM.Zeitspanne (bo4e-python) public Zeitraum[] Gueltigkeit { get; set; } - + /// /// /// @@ -76,7 +76,7 @@ public class Lokationszuordnung : BusinessObject [JsonPropertyOrder(7)] [ProtoMember(7)] public ArithmetischeOperation[] Arithmetik { get; set; } - + /// /// /// @@ -85,6 +85,6 @@ public class Lokationszuordnung : BusinessObject [JsonPropertyOrder(8)] [ProtoMember(8)] public string Zuordnungstyp { get; set; } - + } } \ No newline at end of file