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