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