Skip to main content

XpoServiceCollectionExtensions.AddXpoDefaultUnitOfWork(IServiceCollection) Method

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public static IServiceCollection AddXpoDefaultUnitOfWork(
    this IServiceCollection serviceCollection
)

#Parameters

Name Type
serviceCollection IServiceCollection

#Returns

Type
IServiceCollection
See Also