示例#1
0
        public static string updatePartInventory(string input)
        {
            CustomCode x = new CustomCode();

            return(x.UpdatePartInventory(input));
        }