Added status methods in histroy service

This commit is contained in:
Developer 02
2024-05-08 15:55:51 +02:00
parent efcd254749
commit 4f61f1b6cb
4 changed files with 24 additions and 12 deletions

View File

@@ -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);
}
}