コード例 #1
0
 public async Task <IActionResult> GetTopHot()
 {
     return(Ok(await sanPhamService.GetTopBought()));
 }