IRepositoryManager - Aghyad-Khlefawi/Coddee GitHub Wiki
A container for the repositories, responsible for discovering, initializing and retrieving the repositories
| Name | Description |
|---|---|
| RegisterRepositories(params string[]) | Discover and register the repository marked with IRepositoryAttribute from assemblies using reflection |
| RegisterRepositories(params KeyValuePair<Type, Type>[]) | Register the provided repositories |
| GetRepository[TInterface] | Gets a repository by its interface |
| GetRepositories | Returns all the registered repositories |