Beispiel #1
0
 public IActionResult GetAppointment(int id)
 {
     return(Ok(repository.GetAppointment(id)));
 }