Ejemplo n.º 1
0
 public MyMethodOutput MyMethod(MyMethodInput input)
 {
     return(new MyMethodOutput {
         TestProperty1 = input.TestProperty1 + " output!"
     });
 }
Ejemplo n.º 2
0
 public MyMethodOutput MyMethod(MyMethodInput input)
 {
     return new MyMethodOutput { TestProperty1 = input.TestProperty1 + " output!" };
 }