예제 #1
0
 public ActionResult DeleteForm(string F_Id)
 {
     actionBLL.DeleteForm(F_Id);
     return(Success("操作成功"));
 }