예제 #1
0
 public async Task <IActionResult> Get([FromQuery] BrowseSettings query)
 =>
 Collection(await _settingsService.BrowseAsync(query));