IAuditService Interface

Definition

Represents the interface for implementing saving audit data to a repository.

public interface class IAuditService
public interface IAuditService
type IAuditService = interface
Public Interface IAuditService
Derived

Methods

SaveAudit(IEnumerable<LogData>)

Saves the audit data to the repository as implemented by the inherited class.

Applies to