Exemplo n.º 1
0
 public ActionResult AddLink(string name)
 {
     linksService.AddNewLink(name);
     return(RedirectToAction("Index", "Links"));
 }