Example #1
0
 public string GetString()
 {
     return(Environment.NewLine + "Product: " + Product.GetString() + ", Quantity: " + this.Quantity);
 }