Skip to main content

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