Exemplo n.º 1
0
        public string UpdatedPokerSession(string sessionName)
        {
            PokerSession pokerSession = hTTPHelper.GetCurrentSession(sessionName);
            var          json         = JsonConvert.SerializeObject(pokerSession);

            return(json);
        }