예제 #1
0
 public function __construct(Container $c)
 {
     parent::__construct($c);
     $this->userService = $c['UserService'];
 }
예제 #2
0
 public function __construct(Container $c)
 {
     parent::__construct($c);
     $this->articleService = $c['ArticleService'];
 }