示例#1
0
 public Task <int> CreateAuditLogAsync(AuditLog audit_log)
 {
     return(channel.CreateAuditLogAsync(audit_log));
 }