Пример #1
0
 /**
  * @param int $iDomainId
  *
  * @return bool
  */
 public function deleteDomain($iDomainId)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->deleteDomain($iDomainId));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }