Пример #1
0
 async public Task <ActionResult> Scores()
 {
     return(PartialView(await ScoreHandler.GetAllScores()));
 }