Example #1
0
 public function __construct(\Magento\Framework\App\Action\Context $context, \Magento\Customer\Model\Session $customerSession, \Magento\Customer\Api\AccountManagementInterface $accountManagement, \Magento\Customer\Api\CustomerRepositoryInterface $customerRepository)
 {
     $this->___init();
     parent::__construct($context, $customerSession, $accountManagement, $customerRepository);
 }