Пример #1
0
 public function findTopicSubscribers($topicId)
 {
     return $this->subscriptionDao->findTopicSubscribers($topicId);
 }