示例#1
0
 public function __construct($em, $app)
 {
     parent::__construct($em, $app);
     $this->srv = new ProfileService($em, $app);
 }
 public function __construct($em, $app)
 {
     parent::__construct($em, $app);
     $this->srv = new RegistrationService($em, $app);
 }