Exemplo n.º 1
0
 public ActionResult UpdateForm(string keyValue)
 {
     fromModuleBLL.UpdateForm(keyValue);
     return(Success("删除成功。"));
 }