Added status methods in histroy service
This commit is contained in:
@@ -11,5 +11,7 @@ namespace EnvelopeGenerator.Application.Contracts
|
||||
Task<int> CountAsync(int? envelopeId = null, string? userReference = null, int? status = null);
|
||||
|
||||
Task<bool> AccessCodeAlreadyRequested(int envelopeId, string userReference);
|
||||
|
||||
Task<bool> IsSigned(int envelopeId, string userReference);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user