コード例 #1
0
ファイル: storage.php プロジェクト: BertLasker/Catch-design
 /**
  * @param array $aTenantIds
  *
  * @return bool
  */
 public function DeleteTenants(array $aTenantIds)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->DeleteTenants($aTenantIds));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }