Пример #1
0
 public void MethodCallWithoutParametersTest()
 {
     // This one should NOT fail
     ITestService service = new ServiceProxy<ITestService>(this._serverUrl, "TestService").Service;
     service.MethodWithoutParameters();
 }