예제 #1
0
 public async Task <ActionResult <IReadOnlyList <SpeakerDto> > > BrowseAsync()
 => Ok(await _speakerService.BrowseAsync());