Skip to content

Commit

Permalink
fix: ParcelRetirementWasCorrected to ParcelWasCorrectedFromRetiredToR…
Browse files Browse the repository at this point in the history
…ealized
  • Loading branch information
pgallik committed Aug 1, 2023
1 parent da45b2a commit 0839203
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Be.Vlaanderen.Basisregisters.GrAr.Contracts.ParcelRegistry
{
using Common;

public sealed class ParcelRetirementWasCorrected : IQueueMessage
public sealed class ParcelWasCorrectedFromRetiredToRealized : IQueueMessage
{
public string ParcelId { get; }

Expand All @@ -12,7 +12,7 @@ public sealed class ParcelRetirementWasCorrected : IQueueMessage

public Provenance Provenance { get; }

public ParcelRetirementWasCorrected(
public ParcelWasCorrectedFromRetiredToRealized(
string parcelId,
string caPaKey,
string extendedWkbGeometry,
Expand Down

0 comments on commit 0839203

Please sign in to comment.