Example #1
0
 public HelloResponseType Hello(HelloRequestType helloWorldIn)
 {
     return(new HelloResponseType {
         Result = "Hello " + helloWorldIn.Name
     });
 }
 public HelloResponseType Hello(HelloRequestType helloWorldIn)
 {
     return new HelloResponseType { Result = "Hello " + helloWorldIn.Name };
 }