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