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