コード例 #1
0
 public async Task <ActionResult <AppointmentDto> > AddSection([FromRoute] AppointmentAddSectionDto addSectionDto)
 {
     return(await _appointmentService.AddSectionAsync(addSectionDto));
 }