コード例 #1
0
 public async Task <IActionResult> Browse([FromQuery] GetTicketsForCustomer query)
 => Ok(await _ticketsService.BrowseAsync(query));