Ejemplo n.º 1
0
 public function getPostCountByTopic($topic)
 {
     return $this->repository->getPostCountByTopic($topic);
 }