Example #1
0
 public void DeleteUser(Appointment model)
 {
     _appointmentManager.DeleteAppointment(model);
 }