feat: Begrüßung und Dokumentdetails auf Umschlagseite aktualisiert
This commit is contained in:
@@ -7,6 +7,6 @@ namespace EnvelopeGenerator.Infrastructure.Contracts
|
||||
{
|
||||
Task<IEnumerable<Envelope>> ReadAllWithAsync(bool documents = false, bool receivers = false, bool history = false, bool documentReceiverElement = true);
|
||||
|
||||
Task<Envelope?> ReadByUuidAsync(string uuid, string? signature = null, bool withDocuments = false, bool withReceivers = false, bool withHistory = false, bool withDocumentReceiverElement = false);
|
||||
Task<Envelope?> ReadByUuidAsync(string uuid, string? signature = null, bool withDocuments = false, bool withReceivers = false, bool withHistory = false, bool withDocumentReceiverElement = false, bool withAll = false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user