Пример #1
0
 // GET: Name
 public ActionResult Index(string name)
 {
     ViewBag.Name = _NameRepository.GetNameByData(name);
     return(View());
 }