コード例 #1
0
 public async Task <IActionResult> Search([FromBody] FlatSearchQuery query)
 {
     return(Json(await _flatService.Search(query)));
 }