Esempio n. 1
0
 public function deleteSubscription($userId, $topicId)
 {
     $this->subscriptionDao->deleteSubscription($userId, $topicId);
 }