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