Example #1
0
 public void addTributo(ITributavel IT)
 {
     Total += IT.CTributo();
 }