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