Example #1
0
        public async Task OnGet([FromQuery] string id)
        {
            var slot = await _service.FindAppointmentByIdAsync(id);

            Appointment = slot !.FindAppointmentById(id);
        }