refactor(DocumentReceiverElementDto): rename as SignatureDto

This commit is contained in:
2025-09-09 18:56:18 +02:00
parent ec57906290
commit fbbc05814f
6 changed files with 7 additions and 7 deletions

View File

@@ -31,5 +31,5 @@ public class DocumentDto
/// <summary>
/// Gets or sets the collection of elements associated with the document for receiver interactions, if any.
/// </summary>
public IEnumerable<DocumentReceiverElementDto>? Elements { get; set; }
public IEnumerable<SignatureDto>? Elements { get; set; }
}