using System.Threading.Tasks; using Volo.Abp.Auditing; namespace Sanhe.Abp.AuditLogging.Elasticsearch { public interface IAuditLogInfoToAuditLogConverter { Task ConvertAsync(AuditLogInfo auditLogInfo); } }