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
Aggregates.
Enums§
- Error
- Error type returned by the
Repository.
Type Aliases§
- Result
- Result type returned by the
Repository.