Exemple #1
0
 public List <ChatUser> GetAllUsers()
 {
     return((client.GetAllUserss()).ToList <ChatUser>());
 }