Example #1
0
 public double Visit(Tabacco tabacco)
 {
     return(tabacco.Price * 1.55);
 }
Example #2
0
 public double Visit(Tabacco tabacco)
 {
     return(1);
 }