Exemple #1
0
 /**
  * @param int $_accountId
  * @param string $_lang
  * @return bool
  */
 function UpdateDefaultLanguage($_userId, $_lang)
 {
     return $this->_dbConnection->Execute($this->_commandCreator->UpdateDefaultLanguage($_userId, $_lang));
 }