Exemplo n.º 1
0
 public function __construct(\Magento\Framework\App\Action\Context $context, \Magento\Framework\Controller\Result\JsonFactory $resultJsonFactory, \Magento\Customer\CustomerData\Section\Identifier $sectionIdentifier, \Magento\Customer\CustomerData\SectionPoolInterface $sectionPool)
 {
     $this->___init();
     parent::__construct($context, $resultJsonFactory, $sectionIdentifier, $sectionPool);
 }