Beispiel #1
0
 public function getByCategory($category)
 {
     return $this->repository->findByCategory($category);
 }