Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/onec/subordinatesale/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/onec/subordinatesale/criterionshipment.php

<?php

namespace Bitrix\Sale\Exchange\OneC\SubordinateSale;


use Bitrix\Sale\Exchange\Entity\SubordinateSale\EntityImportFactory;

class CriterionShipment extends \Bitrix\Sale\Exchange\OneC\CriterionShipment
{
	protected function entityFactoryCreate($typeId)
	{
		return EntityImportFactory::create($typeId);
	}
}