Ejemplo n.º 1
0
 private string GetWWW(int id)
 {
     return(UserAccount.Get(id).www);
 }
Ejemplo n.º 2
0
 private string GetName(int id)
 {
     return(UserAccount.Get(id).name);
 }