Skip to main content
A newer version of this page is available. .

IUnitOfWorkFactory<TUnitOfWork> Methods

Provides the method to create a unit of work of a given type.
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