convert page to list

This commit is contained in:
Michael 2017-05-02 16:18:53 -04:00
parent 733d9992d5
commit 642b082c34

View file

@ -33,7 +33,7 @@ public ActionResult Pong(int id = 1)
var model = new PongStatsViewModel
{
Highscores = pages,
Highscores = pages.ToList(),
CurrentPage = id,
PageCount = 10
};