Exemplo n.º 1
0
 private double CalculateTotalPrice(Item item)
 {
     return(_price.CalculateTotalPrice(item));
 }