Пример #1
0
 public async Task <IActionResult> GetTopSearch()
 {
     return(Ok(await sanPhamService.GetTopSearch()));
 }