コード例 #1
0
 public function deleteCommentListByIds($idList)
 {
     $this->commentDao->deleteByIdList($idList);
 }