예제 #1
0
 /**
  * @param CTenantSocials $oSocial
  *
  * @return bool
  */
 public function UpdateSocial(CTenantSocials $oSocial)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->UpdateSocial($oSocial));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }