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