Пример #1
0
 public ActionResult DeleteForm(string F_Id)
 {
     ProductBLL.DeleteForm(F_Id);
     return(Success("操作成功"));
 }