Exemplo n.º 1
0
        //Customer id call
        public string GetCustomerId()
        {
            String Id = customerGateway.CustomerIdGenerate();

            return(Id);
        }