Example #1
0
 // GET: Product
 public ActionResult Index()
 {
     return(View(ProductFactory.GetAllProducts()));
 }