示例#1
0
 public ActionResult Stop(string name)
 {
     websiteRepository.StopWebsite(name);
     return(RedirectToAction("Index"));
 }