Skip to main content
All docs
V25.2
  • AuditTrailService.GetService(IServiceProvider) Method

    Namespace: DevExpress.Persistent.AuditTrail

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

    NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

    Declaration

    public static IAuditTrailService GetService(
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type
    serviceProvider IServiceProvider

    Returns

    Type
    DevExpress.Persistent.AuditTrail.IAuditTrailService
    See Also