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