Exemple #1
0
 private static string fname(string user)
 {
     return(UserDb.fname(UserDb.hash(user)));
 }