Example #1
0
 public void ConfirmAppointment(int Id)
 {
     _appoointmentRepo.ConfirmAppointment(Id);
 }