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