Beispiel #1
0
 //History
 public ActionResult History(string id)
 {
     return(View("History", musicRepo.GetHistory(id)));
 }