Expand description
Contains the Repository pattern implementation for AggregateRoot
instances.
Check out Repository
for more information.
Structs§
- Repository
- Implementation of the Repository pattern for storing, retrieving
and deleting
Aggregate
s.
Enums§
- Error
- Error type returned by the
Repository
.
Type Aliases§
- Result
- Result type returned by the
Repository
.