Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/rest/cmd/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/exchange/integration/rest/cmd/cmdcompanyadd.php

<?php
namespace Bitrix\Sale\Exchange\Integration\Rest\Cmd;


class CmdCompanyAdd extends CmdBase
{
	protected function getCmdName()
	{
		return Registry::getRegistry()[Registry::CRM_COMPANY_ADD_NAME];
	}
}