Skip to main content

IUnitOfWorkFactory<TUnitOfWork> Interface

Provides the method to create a unit of work of a given type.

Namespace: DevExpress.Mvvm.DataModel

Assembly: DevExpress.Mvvm.v23.2.DataModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public interface IUnitOfWorkFactory<TUnitOfWork>
    where TUnitOfWork :
    IUnitOfWork

Type Parameters

Name
TUnitOfWork
See Also