| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/rest/synchronization/loader/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/rest/synchronization/loader/persontype.php |
<?php
namespace Bitrix\Sale\Rest\Synchronization\Loader;
use Bitrix\Sale\Internals\PersonTypeTable;
class PersonType extends Entity
{
protected function getEntityTable()
{
return new PersonTypeTable();
}
}