Ejemplo n.º 1
0
        public static string InstanceMultipleImplementDepthFromInterface3(int value)
        {
            IInterfaceType3 inst = new InstanceMultipleImplement3DepthType();

            return(inst.GetStringFromInt32(value));
        }
Ejemplo n.º 2
0
        public static string InstanceMultipleImplementDepth(int value)
        {
            var inst = new InstanceMultipleImplement3DepthType();

            return(inst.GetStringFromInt32(value));
        }