コード例 #1
0
 public int CreateAuditLog(AuditLog audit_log)
 {
     return(channel.CreateAuditLog(audit_log));
 }