Exemplo n.º 1
0
 public double Visit(Tabacco tabacco)
 {
     return(1.0);
 }
Exemplo n.º 2
0
 public double Visit(Tabacco tabacco)
 {
     return(tabacco.Price * 1.55);
 }