Esempio n. 1
0
        void GetLeagueInfo()
        {
            int leagueId = GetParamInt("l");
            var response = reader.GetLeagueInfo(UserAccount.ManagerId, leagueId);

            OutputHelper.Output(response);
        }