Beispiel #1
0
 public IActionResult CancelAppointment(int id)
 {
     return(new ObjectResult(_repository.CancelAppointment(id)));
 }