public double Visit(Liquor liquor)
 {
     return(liquor.Price * 0.8);
 }
Exemple #2
0
 public double Visit(Liquor liquor)
 {
     return(1);
 }