Метод | Описание | |
---|---|---|
GetAccountFromSQL ( string username ) : Models.AccountModel | ||
UpdateLogged ( string username, int logged ) : void | ||
UpdatePoints ( string username, int points ) : void |
public static GetAccountFromSQL ( string username ) : Models.AccountModel | ||
username | string | |
Результат | Models.AccountModel |
public static UpdateLogged ( string username, int logged ) : void | ||
username | string | |
logged | int | |
Результат | void |
public static UpdatePoints ( string username, int points ) : void | ||
username | string | |
points | int | |
Результат | void |