Ejemplo n.º 1
0
 public ActionResult DeleteForm(string F_Id)
 {
     orgBLL.DeleteForm(F_Id);
     return(Success("操作成功"));
 }