Ejemplo n.º 1
0
 public function __construct(RendererInterface $view, Dashboard $dashboardTaskService)
 {
     parent::__construct($view);
     $this->dashboardTaskService = $dashboardTaskService;
 }
Ejemplo n.º 2
0
 public function __construct(RendererInterface $view, AuthenticationService $authenticationService)
 {
     parent::__construct($view);
     $this->authenticationService = $authenticationService;
 }