Esempio n. 1
0
 public void PutClient(int id, Client client)
 {
     _repo.SaveUpdateClient(client);
 }