/** * @param CWebMailDomain $domain * @return bool */ function UpdateDomainById($domain) { return $this->_connector->Execute($this->_commandCreator->UpdateDomainById($domain)); }