Exemplo n.º 1
0
        void GetLeagueMallInfo()
        {
            var response = reader.GetLeagueMallInfo(UserAccount.ManagerId);

            OutputHelper.Output(response);
        }