| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/importoneccontragent.php |
<?php
namespace Bitrix\Sale\Exchange;
final class ImportOneCContragent extends ImportOneCContragentBase
{
static function getUserProfileEntityTypeId()
{
return EntityType::USER_PROFILE;
}
}