示例#1
0
        } // end CallDependantService

        #endregion

        #region IService1 Members


        public string CallWCFDependantService(int value)
        {
            ServiceReference1.Service1Client svc = new HelloWorldESMTester.ServiceReference1.Service1Client();
            return(svc.GetData(value));
        }
示例#2
0
 public string CallWCFDependantService(int value)
 {
     ServiceReference1.Service1Client svc = new HelloWorldESMTester.ServiceReference1.Service1Client();
     return svc.GetData(value);
 }