Exemplo n.º 1
0
 public void MethodCallWithParametersTest()
 {
     // This one should NOT fail
     ITestService service = new ServiceProxy<ITestService>(this._serverUrl, "TestService").Service;
     service.MethodWithSimpleParameters(null, 1);
 }