Ejemplo n.º 1
0
 public ActionResult AddNewCategory(string Name)
 {
     sp.AddCat(Name);
     return(Redirect("~/Sales/AddNewCategory"));
 }