Ejemplo n.º 1
0
 public IActionResult ConfirmAppointment(int id)
 {
     return(new ObjectResult(_repository.AcceptAppointment(id)));
 }