Exemplo n.º 1
0
 public void DenyAppointment(int Id)
 {
     _appoointmentRepo.DenyAppointment(Id);
 }