Exemple #1
0
 public System.Threading.Tasks.Task <ServiceReference1.obterVoosResponse> obterVoosAsync()
 {
     ServiceReference1.obterVoosRequest inValue = new ServiceReference1.obterVoosRequest();
     return(((ServiceReference1.VoosWebService)(this)).obterVoosAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <ServiceReference1.obterVoosResponse> ServiceReference1.VoosWebService.obterVoosAsync(ServiceReference1.obterVoosRequest request)
 {
     return(base.Channel.obterVoosAsync(request));
 }