• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/disputedareaservice.php
  • Класс: BitrixLocationInfrastructureServiceDisputedAreaService
  • Вызов: DisputedAreaService::__construct
protected function __construct(Container $config)
{
	$this->areaRepository = new AreaRepository();

	parent::__construct($config);
}