Beispiel #1
0
 public Customer EchoPost(Customer input)
 {
     return input;
 }
Beispiel #2
0
 public Customer GetField(string id, Customer input)
 {
     return input;
 }
Beispiel #3
0
 public Customer ThrowValidation(Customer customer)
 {
     return customer;
 }