Example #1
0
 public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\Registry $registry, \Magento\Framework\View\Result\PageFactory $resultPageFactory, \Magento\Sales\Model\Service\InvoiceService $invoiceService)
 {
     $this->___init();
     parent::__construct($context, $registry, $resultPageFactory, $invoiceService);
 }