Пример #1
0
 public double GetPriceTotal()
 {
     return(Ware.GetPrice() * Amount);
 }