Esempio n. 1
0
 public bool IsRegisteredUser(string nickname, string passwordHash)
 {
     return(m_UserDBHelper.IsRegisteredUser(nickname, passwordHash));
 }