Home IEntityRepositoryFactory<TEntity> Interface
Post
Cancel

IEntityRepositoryFactory<TEntity> Interface

Definition

Namespace: EntityDb.Abstractions.Entities
Assembly: EntityDb.Abstractions

Represents a type used to create instances of IEntityRepository<TEntity>

1
public interface IEntityRepositoryFactory<TEntity>

Type Parameters

TEntity
The type of entity managed by the IEntityRepository<TEntity>.

Methods

This post is licensed under CC BY 4.0 by the author.