Exemplo n.º 1
0
        public string GetCustomerTypeId(string customerTypeName)
        {
            CustomerType customerTypeId;

            CustomerType.TryParse(customerTypeName, out customerTypeId);

            return(((int)customerTypeId).ToString());
        }