Exemplo n.º 1
0
 public CompteCourant(Client titu, MAD solde, MAD max, MAD dect) : base(titu, solde, max)
 {
     this.deouvert = dect;
 }