Skip to main content

XpoServiceCollectionExtensions.AddXpoDefaultUnitOfWork(IServiceCollection) Method

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public static IServiceCollection AddXpoDefaultUnitOfWork(
    this IServiceCollection serviceCollection
)

Parameters

Name Type
serviceCollection IServiceCollection

Returns

Type
IServiceCollection
See Also