Exemplo n.º 1
0
        public IEnumerable <ASUP.IdPair> GetGameList()
        {
            if (gameList == null)
            {
                gameList = ASUP.GetGameList();
            }

            return(gameList);
        }
Exemplo n.º 2
0
 public IEnumerable <ASUP.IdPair> GetGameList()
 {
     return(gameList ?? (gameList = ASUP.GetGameList()));
 }