메소드 | 설명 | |
---|---|---|
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 |