Пример #1
0
 public bool Crediter(MAD somme)
 {
     this.solde = this.solde + somme;
     return(true);
 }