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