コード例 #1
0
ファイル: comment_service.php プロジェクト: vazahat/dudex
 /**
  * Deletes comment item.
  *
  * @param integer $id
  */
 public function deleteComment($id)
 {
     $this->commentDao->deleteById($id);
 }