Esempio n. 1
0
 public function deleteUserVotes($userId)
 {
     $this->voteDao->deleteUserVotes($userId);
 }