Exemplo n.º 1
0
 public void DeleteAppointmentById(int id)
 {
     data.DeleteAppointmentById(id);
 }