Esempio n. 1
0
 public MatchService(IMatchClient matchClient, IMatchConvert convert)
 {
     this.matchClient = matchClient;
     this.convert     = convert;
 }
Esempio n. 2
0
 public MatchClient(IMatchConvert convert)
 {
     this.convert = convert;
 }