XpoServiceCollectionExtensions.AddXpoDefaultUnitOfWork(IServiceCollection) Method
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
Declaration
public static IServiceCollection AddXpoDefaultUnitOfWork(
this IServiceCollection serviceCollection
)
Parameters
Name | Type |
---|---|
serviceCollection | IServiceCollection |
Returns
Type |
---|
IServiceCollection |
See Also