Esempio n. 1
0
 /**
  * @return ArrayCollection
  */
 public function findMany($ids)
 {
     return $this->innerRepository->findMany($ids);
 }