예제 #1
0
 public async Task <IActionResult> Get([FromQuery] KhachHangQuery query)
 {
     return(Ok(await khachHangService.Get(query)));
 }