コード例 #1
0
 public function DeleteComment($param)
 {
     // Delete activity
     parent::DeleteActivityCommentProcess($param);
     // Delete comment
     parent::DeleteCommentProcess($param);
 }