Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Sear.ServiceApp.sortResponse> sortAsync(Sear.ServiceApp.Input input)
 {
     Sear.ServiceApp.sortRequest inValue = new Sear.ServiceApp.sortRequest();
     inValue.Body       = new Sear.ServiceApp.sortRequestBody();
     inValue.Body.input = input;
     return(((Sear.ServiceApp.MyService)(this)).sortAsync(inValue));
 }
Ejemplo n.º 2
0
 public Sear.ServiceApp.Output sort(Sear.ServiceApp.Input input)
 {
     Sear.ServiceApp.sortRequest inValue = new Sear.ServiceApp.sortRequest();
     inValue.Body       = new Sear.ServiceApp.sortRequestBody();
     inValue.Body.input = input;
     Sear.ServiceApp.sortResponse retVal = ((Sear.ServiceApp.MyService)(this)).sort(inValue);
     return(retVal.Body.sortReturn);
 }
Ejemplo n.º 3
0
 public sortRequestBody(Sear.ServiceApp.Input input)
 {
     this.input = input;
 }