Exemple #1
0
 public ActionResult DisabledForm(string keyValue)
 {
     formApp.DisabledForm(keyValue);
     return(Success("禁用成功。"));
 }