Esempio n. 1
0
 public List <ClientUser> GetChatList(ClientUser forUser)
 {
     return(_storageHandler.GetContactsList(forUser));
 }