Namespace Fibula.Data.Contracts.Abstractions
Interfaces
IFibulaDbContext
Interface for the Fibula database context.
IReadOnlyRepository<TEntity>
Interface for a generic, read-only entity repository.
IRepository<TEntity>
Interface for a generic entity repository.
IUnitOfWork<TAccountsRepository, TCharactersRepository, TMonsterTypesRepository, TItemTypesRepository>
Interface for units of work that target the Fibula project.