Пример #1
0
 public async Task <IActionResult> Get([FromQuery] BrowseCustomers query)
 => Collection(await _customersService.BrowseAsync(query));