Esempio n. 1
0
 public void AddClient(Client client)
 {
     Clients.Add(client);
     CRUDOperation.AddClient(client);
 }