Beispiel #1
0
 private double CalculateTotalPrice(Item item)
 {
     return(_price.CalculateTotalPrice(item));
 }