IUnitOfWorkFactory<TUnitOfWork> Interface
Provides the method to create a unit of work of a given type.
Namespace: DevExpress.Mvvm.DataModel
Assembly: DevExpress.Mvvm.v25.2.DataModel.dll
Declaration
Type Parameters
| Name |
|---|
| TUnitOfWork |
See Also
Provides the method to create a unit of work of a given type.
Namespace: DevExpress.Mvvm.DataModel
Assembly: DevExpress.Mvvm.v25.2.DataModel.dll
public interface IUnitOfWorkFactory<TUnitOfWork>
where TUnitOfWork :
IUnitOfWork
Public Interface IUnitOfWorkFactory(Of TUnitOfWork As IUnitOfWork)
| Name |
|---|
| TUnitOfWork |