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