Exemple #1
0
 public ActionResult SubmitForm(MessageEntity customerEntity, string keyValue)
 {
     customerApp.SubmitForm(customerEntity, keyValue);
     return(Success("操作成功。"));
 }