diff --git a/EnvelopeGenerator.Application/Common/Dto/Signature.cs b/EnvelopeGenerator.Application/Common/Dto/Signature.cs index 2462c628..9a934934 100644 --- a/EnvelopeGenerator.Application/Common/Dto/Signature.cs +++ b/EnvelopeGenerator.Application/Common/Dto/Signature.cs @@ -15,7 +15,7 @@ public sealed record Signature /// /// TBDD_DOCUMENT_RECEIVER_ELEMENT.ID - identifies the specific signature field on the PDF page. /// - public required int ElementId { get; init; } + public required int Id { get; init; } /// /// Base64-encoded data URL of the signature image.