public ConfigurationExport(Commande Commande_, DSADV DSADV_, Facture Facture_, Stock Stock_)
 {
     this.Commande = Commande_;
     this.DSADV    = DSADV_;
     this.Facture  = Facture_;
     this.Stock    = Stock_;
 }
Exemplo n.º 2
0
 public Doc_Achat(Commande Commande_, DSADV DSADV_, Facture Facture_)
 {
     this.Commande = Commande_;
     this.DSADV    = DSADV_;
     this.Facture  = Facture_;
 }