Skip to main content
A newer version of this page is available. .

XpoServiceCollectionExtensions.AddXpoDefaultUnitOfWork(IServiceCollection) Method

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public static IServiceCollection AddXpoDefaultUnitOfWork(
    this IServiceCollection serviceCollection
)

Parameters

Name Type
serviceCollection IServiceCollection

Returns

Type
IServiceCollection
See Also