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