示例#1
0
 public ActionResult Delete(string name)
 {
     productServices.DeleteByName(name);
     return(RedirectToAction("Index"));
 }