Esempio n. 1
0
 /**
  * @param int $iDomainId
  * @return bool
  */
 public function DeleteDomain($iDomainId)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->DeleteDomain($iDomainId));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }