Example #1
0
 public WebApplication3.ServiceReference1.ZRemotListsampleResponse ZRemotListsample(WebApplication3.ServiceReference1.ZRemotListsample ZRemotListsample1)
 {
     WebApplication3.ServiceReference1.ZRemotListsampleRequest inValue = new WebApplication3.ServiceReference1.ZRemotListsampleRequest();
     inValue.ZRemotListsample = ZRemotListsample1;
     WebApplication3.ServiceReference1.ZRemotListsampleResponse1 retVal = ((WebApplication3.ServiceReference1.Z_ABRANTES_SERVICES)(this)).ZRemotListsample(inValue);
     return(retVal.ZRemotListsampleResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <WebApplication3.ServiceReference1.ZRemotListsampleResponse1> ZRemotListsampleAsync(WebApplication3.ServiceReference1.ZRemotListsample ZRemotListsample)
 {
     WebApplication3.ServiceReference1.ZRemotListsampleRequest inValue = new WebApplication3.ServiceReference1.ZRemotListsampleRequest();
     inValue.ZRemotListsample = ZRemotListsample;
     return(((WebApplication3.ServiceReference1.Z_ABRANTES_SERVICES)(this)).ZRemotListsampleAsync(inValue));
 }
Example #3
0
 public ZRemotListsampleRequest(WebApplication3.ServiceReference1.ZRemotListsample ZRemotListsample)
 {
     this.ZRemotListsample = ZRemotListsample;
 }