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