예제 #1
0
 public function __construct(IGroupViewRepository $groupRepository, UserSession $userSession)
 {
     $this->groupRepository = $groupRepository;
     $this->userSession = $userSession;
     parent::__construct();
 }