Esempio n. 1
0
 public void RemoveClient(int idClient)
 {
     _clientDao.RemoveClient(idClient);
 }