Skip to content

Commit

Permalink
Katasterinformation as List. (#616)
Browse files Browse the repository at this point in the history
Katasterinformation as list
  • Loading branch information
JonasSchneegans authored Nov 27, 2024
1 parent c905388 commit 4a16996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BO4E/BO/Marktlokation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public class Marktlokation : BusinessObject
[JsonPropertyOrder(26)]
[JsonPropertyName("katasterinformation")]
[ProtoMember(20)]
public Katasteradresse? Katasterinformation { get; set; }
public List<Katasteradresse>? Katasterinformation { get; set; }

/// <summary>
/// für EDIFACT mapping
Expand Down

0 comments on commit 4a16996

Please sign in to comment.