IUnitOfWorkFactory<TUnitOfWork> Members
Provides the method to create a unit of work of a given type.Methods
Name | Description |
---|---|
CreateInstantFeedbackSource<TEntity, TProjection, TPrimaryKey>(Func<TUnitOfWork, IRepository<TEntity, TPrimaryKey>>, Func<IRepositoryQuery<TEntity>, IQueryable<TProjection>>) | Creates a new IInstantFeedbackSource instance. |
CreateUnitOfWork() | Creates a new unit of work. |
See Also