コード例 #1
0
 public bool DeleteAuditLog(System.Int64 AuditLogId)
 {
     return(_iAuditLogRepository.DeleteAuditLog(AuditLogId));
 }