Beispiel #1
0
 public article()
 {
     this.nom      = nom;
     this.prix     = prix;
     this.quantite = quantite;
     this.type     = type;
 }
Beispiel #2
0
 protected void SetArticleType(articleType value)
 {
     this.type = value;
 }