Skip to main content
All docs
V23.2
.NET Framework 4.5.2+

AuditTrailService.GetService(IServiceProvider) Method

Namespace: DevExpress.Persistent.AuditTrail

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

Declaration

public static IAuditTrailService GetService(
    IServiceProvider serviceProvider
)

Parameters

Name Type
serviceProvider IServiceProvider

Returns

Type
DevExpress.Persistent.AuditTrail.IAuditTrailService
See Also