Exemple #1
0
 public ActionResult ProductToCate(int id, int page = 1)
 {
     return(View(ProductBus.getListProductFollowCate(page, 8, id)));
 }