Beispiel #1
0
 public ActionResult CreateProduct(Product product)
 {
     catalogDao.Insert(product);
     return(Redirect("/Admin/EditCatalog"));
 }