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