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