IsRejected und ReadRejectedAsync Methoden zu EnvelopeHistoryService hinzugefügt.
This commit is contained in:
@@ -6,5 +6,7 @@ namespace EnvelopeGenerator.Infrastructure.Contracts
|
||||
public interface IEnvelopeHistoryRepository : ICRUDRepository<EnvelopeHistory, long>
|
||||
{
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user