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