Die grundlegende ReadByUsernameAsync-Methode wurde sowohl dem Repository als auch dem Service, einschließlich Envelope und Receiver, hinzugefügt.

This commit is contained in:
Developer 02
2024-06-17 11:19:35 +02:00
parent fc91a451f6
commit 79bb454fd1
4 changed files with 29 additions and 11 deletions

View File

@@ -24,5 +24,7 @@ namespace EnvelopeGenerator.Application.Contracts
Task<DataResult<bool>> VerifyAccessCodeAsync(string envelopeReceiverId, string accessCode);
Task<DataResult<bool>> IsExisting(string envelopeReceiverId);
Task<DataResult<IEnumerable<EnvelopeReceiverDto>>> ReadByUsernameAsync(string username);
}
}