Esempio n. 1
0
 public void DeletePatientById(int id)
 {
     data.DeletePatientById(id);
 }