Exemplo n.º 1
0
        public static string WhereUsedForVPNID(string input)
        {
            CustomCode x = new CustomCode();

            return(x.WhereUsedForVPNID(input));
        }