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