public Head2Head()
 {
     var cache = new SiteCache();
     this.players = cache.GetPlayers();
     this.Games = new List<GameResult>();
 }
Exemple #2
0
 public Game()
 {
     var cache = new SiteCache();
     this.players = cache.GetPlayers();
 }