Exemplo n.º 1
0
 public function findOneByCode($code)
 {
     return $this->tagRepository->findOneByCode($code);
 }