Exemple #1
0
 public ActionResult SaveProductType(FormCollection fc)
 {
     po.AddProductType(fc["typename"].ToString(), fc["taxrate"].ToString(), fc["associatedclub"].ToString());
     return(RedirectToAction("Index"));
 }