示例#1
0
 public ActionResult RunCheck(string Name)
 {
     healthService.CheckSingle(Name);
     return(RedirectToAction("Index"));
 }