Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

AuditTrailService.GetService(IServiceProvider) Method

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.2.dll

Declaration

public static IAuditTrailService GetService(
    IServiceProvider serviceProvider
)

Parameters

Name Type
serviceProvider IServiceProvider

Returns

Type
DevExpress.Persistent.AuditTrail.IAuditTrailService
See Also