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