示例#1
0
        public void AddMatchResult(int id, string result, int homeTeamCorners, int awayTeamCorners, int homeTeamYellowCards, int awayTeamYellowCards, int homeTeamRedCards, int awayTeamRedCards, bool available)
        {
            MatchContext.AddMatchResult(id, result, homeTeamCorners, awayTeamCorners, homeTeamYellowCards, awayTeamYellowCards, homeTeamRedCards, awayTeamRedCards, available);

            //CalculateResults(id);
        }