Пример #1
0
 // GET: Index
 public ActionResult Index()
 {
     ViewBag.Title = "MVC Music";
     return(View(musicRepo.GetRandom()));
 }