Example #1
0
 public void Acumula(ITributavel t)
 {
     this.Total += t.CalculaAtributo();
 }