Interface IAuditingStore
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public interface IAuditingStore
Methods
SaveAsync(AuditLogInfo)
Declaration
Task SaveAsync(AuditLogInfo auditInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| AuditLogInfo | auditInfo |
Returns
| Type | Description |
|---|---|
| Task |