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