コード例 #1
0
ファイル: vote_service.php プロジェクト: vazahat/dudex
 public function deleteUserVotes($userId)
 {
     $this->voteDao->deleteUserVotes($userId);
 }