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