Exemplo n.º 1
0
        ///
        ///PREPARE THE NEXT PRODUCT ID
        ///
        public string PrepareProductId(string value)
        {
            string initial   = utils.AppendProductID();
            string productId = string.Format(initial + (Int32.Parse(value) + 1));

            return(productId);
        }