Beispiel #1
0
 /**
  * @param int $_accountId
  * @param int $_defOrder
  * @return bool
  */
 function UpdateDefaultOrder($_accountId, $_defOrder)
 {
     return $this->_dbConnection->Execute($this->_commandCreator->UpdateDefaultOrder($_accountId, $_defOrder));
 }