/**
  *
  * @param \Doctrine\ORM\EntityManagerInterface $entityManager
  */
 public function __construct(EntityManagerInterface $entityManager)
 {
     parent::__construct($entityManager);
 }
Ejemplo n.º 2
0
 public function __construct($entityManager)
 {
     parent::__construct($entityManager);
 }