TaskHub.Shared

TaskHub.Shared.Persistence.Repository

Generic repository interfaces and automated registration helpers.

Contents

Summary


This module provides a generic implementation of the IRepository interface, reducing the need to write boilerplate code for standard data access operations.

Automatic Registration

By implementing the IRepository marker interface, custom repositories are automatically discovered and registered in the DI container by the bootstrapping process.

Features