IUnitOfWorkProvider
Defines a Provider that can create a IUnitOfWork
public interface IUnitOfWorkProvider
Namespace
Methods
Create
Creates a new IUnitOfWork
instance
public IUnitOfWork Create()
Returns
The newly created IUnitOfWork
instance
Create
Creates a new IUnitOfWork
instance
public IUnitOfWork Create(bool autoComplete)
Parameters
Parameter | Description |
---|---|
autoComplete |
Boolean flag defining whether to auto complete the unit of work |
Returns
The newly created IUnitOfWork
instance