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