Standardwert des Eingangs 'withReceiver' in EnvelopeHistory.ReadAsync aktualisieren
This commit is contained in:
@@ -7,6 +7,6 @@ namespace EnvelopeGenerator.Infrastructure.Contracts
|
||||
{
|
||||
Task<int> CountAsync(int? envelopeId = null, string? userReference = null, int? status = null);
|
||||
|
||||
Task<IEnumerable<EnvelopeHistory>> ReadAsync(int? envelopeId = null, string? userReference = null, int? status = null);
|
||||
Task<IEnumerable<EnvelopeHistory>> ReadAsync(int? envelopeId = null, string? userReference = null, int? status = null, bool withReceiver = true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user