Interface IAuditLogInfoToAuditLogConverter
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Domain.dll
Syntax
public interface IAuditLogInfoToAuditLogConverter
Methods
ConvertAsync(AuditLogInfo)
Declaration
Task<AuditLog> ConvertAsync(AuditLogInfo auditLogInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| AuditLogInfo | auditLogInfo |
Returns
| Type | Description |
|---|---|
| Task<AuditLog> |