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