Пример #1
0
        public static string getNewOTSPN(string input)
        {
            CustomCode x = new CustomCode();

            return(x.getNewOTSPN(input));
        }