Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function findVoteBy(array $criteria)
 {
     return $this->repository->findOneBy($criteria);
 }