예제 #1
0
 public function findOneByCode($code)
 {
     return $this->tagRepository->findOneByCode($code);
 }