IUnitOfWorkFactory<TUnitOfWork> Interface
Provides the method to create a unit of work of a given type.
Namespace: DevExpress.Mvvm.DataModel
Assembly: DevExpress.Mvvm.v24.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.v24.2.DataModel.dll
public interface IUnitOfWorkFactory<TUnitOfWork>
where TUnitOfWork :
IUnitOfWork
Public Interface IUnitOfWorkFactory(Of TUnitOfWork As IUnitOfWork)
Name |
---|
TUnitOfWork |
No
Your feedback is appreciated.