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