Пример #1
0
 /**
  * @param	array	$ids
  * @return	bool
  */
 function UpdateAccountsSetNullDomainIdByIds($ids)
 {
     return $this->_connector->Execute($this->_commandCreator->UpdateAccountsSetNullDomainIdByIds($ids));
 }