getCostWidthCount function

double getCostWidthCount()

Implementation

double getCostWidthCount(){
  return productData.countProduct*price.getPrice();
}