Controller/Adminhtml/Ajax/Fbdeleteasset.php [11:19]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __construct(
        \Magento\Backend\App\Action\Context $context,
        \Magento\Framework\Controller\Result\JsonFactory $resultJsonFactory,
        \Facebook\BusinessExtension\Helper\FBEHelper $fbeHelper
    ) {
        parent::__construct($context, $resultJsonFactory, $fbeHelper);
    }

    public function executeForJson()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Controller/Adminhtml/Ajax/Fbpixel.php [14:23]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __construct(
        \Magento\Backend\App\Action\Context $context,
        \Magento\Framework\Controller\Result\JsonFactory $resultJsonFactory,
        \Facebook\BusinessExtension\Helper\FBEHelper $fbeHelper
    ) {
        parent::__construct($context, $resultJsonFactory, $fbeHelper);
    }

  // Yet to verify how to use the pii info, hence have commented the part of code.
    public function executeForJson()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



