Example #1
0
 public ProductsSteps getPriceToValue(ref String price)
 {
     price = product.getPrice();
     return(this);
 }