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