Example #1
0
 public System.Threading.Tasks.Task <WebApplication1.ServiceReference1.consultarVoosResponse> consultarVoosAsync(string arg0, string arg1, string arg2, int arg3, int arg4)
 {
     WebApplication1.ServiceReference1.consultarVoosRequest inValue = new WebApplication1.ServiceReference1.consultarVoosRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     inValue.arg2 = arg2;
     inValue.arg3 = arg3;
     inValue.arg4 = arg4;
     return(((WebApplication1.ServiceReference1.VoosWebService)(this)).consultarVoosAsync(inValue));
 }
Example #2
0
 public string consultarVoos(string arg0, string arg1, string arg2, int arg3, int arg4)
 {
     WebApplication1.ServiceReference1.consultarVoosRequest inValue = new WebApplication1.ServiceReference1.consultarVoosRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     inValue.arg2 = arg2;
     inValue.arg3 = arg3;
     inValue.arg4 = arg4;
     WebApplication1.ServiceReference1.consultarVoosResponse retVal = ((WebApplication1.ServiceReference1.VoosWebService)(this)).consultarVoos(inValue);
     return(retVal.@return);
 }
Example #3
0
 System.Threading.Tasks.Task <WebApplication1.ServiceReference1.consultarVoosResponse> WebApplication1.ServiceReference1.VoosWebService.consultarVoosAsync(WebApplication1.ServiceReference1.consultarVoosRequest request)
 {
     return(base.Channel.consultarVoosAsync(request));
 }
Example #4
0
 WebApplication1.ServiceReference1.consultarVoosResponse WebApplication1.ServiceReference1.VoosWebService.consultarVoos(WebApplication1.ServiceReference1.consultarVoosRequest request)
 {
     return(base.Channel.consultarVoos(request));
 }