Beispiel #1
0
        void FightMatch()
        {
            int leagueId = GetParamInt("m");
            var response = reader.FightMatch(UserAccount.ManagerId, leagueId);

            OutputHelper.Output(response);
        }