Beispiel #1
0
        public async Task OnGetCancelAppointmentAsync(int id)
        {
            await appointmentsService.CancelAppointment(id);

            await GetAppointments();
        }