Exemplo n.º 1
0
 public ActionResult Start(string name)
 {
     websiteRepository.StartWebsite(name);
     return(RedirectToAction("Index"));
 }