Skip to content

Commit

Permalink
fix: StreetNameWasRenamed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Jan 15, 2024
1 parent ef4f54c commit 2c9b5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public sealed class StreetNameWasRenamed : IMunicipalityEvent, IHasPersistentLoc
[EventPropertyDescription("Objectidentificator van de straatnaam.")]
public int PersistentLocalId { get; }

[EventPropertyDescription("Objectidentificator van de straatnaam.")]
[EventPropertyDescription("Objectidentificator van de doelStraatnaam.")]
public int DestinationPersistentLocalId { get; }

[EventPropertyDescription("Metadata bij het event.")]
Expand Down

0 comments on commit 2c9b5da

Please sign in to comment.