Exemple #1
0
        public string toString()
        {
            var result = "++  \t" + ProductInformation.GetName() + "\t   " + ProductInformation.toString() + "\t  " +
                         Quantity + "\t" + DetermineTypeOfSale() + "\t" + MultCorrectPriceByQuant() + "\t\t++";

            return(result);
        }