Exemplo n.º 1
0
 public TournoiWS(MatchWS matchs, string nom, int id)
     : base(id)
 {
     this.matchs = matchs;
     this.nom = nom;
 }
Exemplo n.º 2
0
 public TournoiWS(MatchWS matchs, string nom, int id)
     : base(id)
 {
     this.matchs = matchs;
     this.nom    = nom;
 }