コード例 #1
0
 public static Boolean updateInfo(string id, string time, string leaguecolor, string leaguetype, string display, string running, string score,
                                  string redcard, string danger, string number)
 {
     return(matchesService.updateInfo(id, time, leaguecolor, leaguetype, display, running, score, redcard, danger, number));
 }