Example #1
0
 public ActionResult New(Product product)
 {
     productionService.AddProduct(product);
     return(RedirectToAction("Index"));
 }