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