Exemple #1
0
 public void parseMatchParticipant(string teamKey, string seasonKey)
 {
     matchParticipant = JsonConvert.DeserializeObject <List <MatchParticipant> >(getMatchParticipant(teamKey, seasonKey))[0];
 }
Exemple #2
0
 public void parseMatchParticipant(string key, bool matchKey)
 {
     matchParticipant = JsonConvert.DeserializeObject <List <MatchParticipant> >(getMatchParticipant(key, matchKey))[0];
 }