XpoServiceCollectionExtensions.AddXpoDefaultUnitOfWork(IServiceCollection) Method
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
public static IServiceCollection AddXpoDefaultUnitOfWork(
this IServiceCollection serviceCollection
)
Parameters
| Name | Type |
|---|---|
| serviceCollection | IServiceCollection |
Returns
| Type |
|---|
| IServiceCollection |
See Also