Exemplo n.º 1
0
 public MoyenPaiement(Compte compte, string typeMoyenPaiement)
 {
     this.compte             = compte;
     LibelleMoyenPaiementStr = typeMoyenPaiement;
 }