IsRejected und ReadRejectedAsync Methoden zu EnvelopeHistoryService hinzugefügt.
This commit is contained in:
@@ -15,6 +15,8 @@ namespace EnvelopeGenerator.Application.Contracts
|
||||
|
||||
Task<bool> IsSigned(int envelopeId, string userReference);
|
||||
|
||||
Task<IEnumerable<EnvelopeHistoryDto>> ReadRejectedAsync(int envelopeId, string? userReference = null);
|
||||
|
||||
Task<DataResult<long>> RecordAsync(int envelopeId, string userReference, EnvelopeStatus status);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user