Exemple #1
0
 public ActionResult Details(int id)
 {
     return(View(product.Get(id)));
 }