| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/onec/subordinatesale/ |
| 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);
}
}