Example #1
0
 public function __construct()
 {
     $this->repository = new HolidayRepository();
     parent::__construct();
 }
Example #2
0
 public function __construct(EntityManager $em)
 {
     $this->em = $em;
     parent::__construct();
 }