Example #1
0
 public ActionResult DeleteForm(string keyValue)
 {
     dictItemService.DeleteForm(keyValue);
     return Success("操作成功。");
 }