Animierte Navbar-Anzeige für envelopeDto-Informationen hinzugefügt
This commit is contained in:
@@ -6,5 +6,7 @@ namespace EnvelopeGenerator.Infrastructure.Contracts
|
||||
public interface IEnvelopeRepository : ICRUDRepository<Envelope, int>
|
||||
{
|
||||
Task<IEnumerable<Envelope>> ReadAllWithAsync(bool documents = false, bool receivers = false, bool history = false);
|
||||
|
||||
Task<Envelope?> ReadByUuidAsync(string uuid, bool withDocuments = false, bool withReceivers = false, bool withHistory = false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user