refactor(EnvelopeDocumentDto): ByteDta-Eigenschaft hinzugefügt
This commit is contained in:
@@ -7,6 +7,7 @@ namespace EnvelopeGenerator.Application.DTOs
|
||||
int Id,
|
||||
int EnvelopeId,
|
||||
DateTime AddedWhen,
|
||||
IEnumerable<DocumentReceiverElementDto>? Elements
|
||||
byte[]? ByteData = null,
|
||||
IEnumerable<DocumentReceiverElementDto>? Elements = null
|
||||
) : IUnique<int>;
|
||||
}
|
||||
Reference in New Issue
Block a user