Example #1
0
 public void Acumula(ITributavel tributavel)
 {
     this.total += tributavel.calculaTributo();
 }