Пример #1
0
 public function __construct(\Magento\Framework\App\Action\Context $context, \Magento\Customer\Model\Session $customerSession, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Customer\Api\AccountManagementInterface $customerAccountManagement, \Magento\Customer\Api\CustomerRepositoryInterface $customerRepository, \Magento\Customer\Helper\Address $addressHelper, \Magento\Framework\UrlFactory $urlFactory)
 {
     $this->___init();
     parent::__construct($context, $customerSession, $scopeConfig, $storeManager, $customerAccountManagement, $customerRepository, $addressHelper, $urlFactory);
 }