EF Core Beziehungskonfiguration für Envelope-Entität korrigiert
This commit is contained in:
@@ -5,5 +5,6 @@ namespace EnvelopeGenerator.Infrastructure.Contracts
|
||||
{
|
||||
public interface IEnvelopeRepository : ICRUDRepository<Envelope, int>
|
||||
{
|
||||
Task<IEnumerable<Envelope>> ReadAllWithAsync(bool documents = false, bool receivers = false, bool history = false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user