Пример #1
0
 public ActionResult Index(int?page)
 {
     if (page == null)
     {
         page = 1;
     }
     return(View(ProductBus.DanhSachHOT(page)));
 }