Example #1
0
 public ActionResult Detail(int id)
 {
     return(View(ProductBus.getDetailProduct(id)));
 }