示例#1
0
 public static bool IsAccountExist(string username, string password, out Account result, bool findDeletedToo = false)
 {
     return(AccountAdapter.IsExists(username, password, out result, findDeletedToo));
 }