Generic repository interfaces and automated registration helpers.
IReadRepository and IWriteRepository interfaces.This module provides a generic implementation of the IRepository interface, reducing the need to write boilerplate code for standard data access operations.
By implementing the IRepository marker interface, custom repositories are automatically discovered and registered in the DI container by the bootstrapping process.