/**
  * @param \Magento\Customer\Api\CustomerRepositoryInterface $customerRepository
  * @param \Magento\Framework\ObjectManagerInterface $objectManager
  * @param \Magento\Backend\Model\Auth\Session $backendAuthSession
  * @param \Owebia\AdvancedSettingCore\Helper\Registry $registry
  * @param mixed $data
  */
 public function __construct(\Magento\Customer\Api\CustomerRepositoryInterface $customerRepository, \Magento\Framework\ObjectManagerInterface $objectManager, \Magento\Backend\Model\Auth\Session $backendAuthSession, \Owebia\AdvancedSettingCore\Helper\Registry $registry, $data = null)
 {
     parent::__construct($objectManager, $backendAuthSession, $registry, $data);
     $this->customerRepository = $customerRepository;
 }
 /**
  * @param \Magento\CatalogInventory\Api\StockRegistryInterface $stockRegistry
  * @param \Magento\Framework\ObjectManagerInterface $objectManager
  * @param \Magento\Backend\Model\Auth\Session $backendAuthSession
  * @param \Magento\Quote\Model\Quote\Address\RateRequest $request
  * @param \Owebia\ShippingCore\Helper\Registry $registry
  * @param mixed $data
  */
 public function __construct(\Magento\CatalogInventory\Api\StockRegistryInterface $stockRegistry, \Magento\Framework\ObjectManagerInterface $objectManager, \Magento\Backend\Model\Auth\Session $backendAuthSession, \Magento\Quote\Model\Quote\Address\RateRequest $request, \Owebia\ShippingCore\Helper\Registry $registry, $data = null)
 {
     parent::__construct($objectManager, $backendAuthSession, $request, $registry, $data);
     $this->stockRegistry = $stockRegistry;
 }
 /**
  * @param \Magento\Eav\Api\AttributeSetRepositoryInterface $attributeSetRespository
  * @param \Magento\Framework\ObjectManagerInterface $objectManager
  * @param \Magento\Backend\Model\Auth\Session $backendAuthSession
  * @param \Magento\Quote\Model\Quote\Address\RateRequest $request
  * @param \Owebia\ShippingCore\Helper\Registry $registry
  * @param mixed $data
  */
 public function __construct(\Magento\Eav\Api\AttributeSetRepositoryInterface $attributeSetRespository, \Magento\Framework\ObjectManagerInterface $objectManager, \Magento\Backend\Model\Auth\Session $backendAuthSession, \Magento\Quote\Model\Quote\Address\RateRequest $request, \Owebia\ShippingCore\Helper\Registry $registry, $data = null)
 {
     parent::__construct($objectManager, $backendAuthSession, $request, $registry, $data);
     $this->attributeSetRespository = $attributeSetRespository;
 }