Beispiel #1
0
 public System.Threading.Tasks.Task <ClienteSoap.ServiceFootballer.listResponse> listAsync()
 {
     ClienteSoap.ServiceFootballer.listRequest inValue = new ClienteSoap.ServiceFootballer.listRequest();
     return(((ClienteSoap.ServiceFootballer.Services)(this)).listAsync(inValue));
 }
Beispiel #2
0
 public ClienteSoap.ServiceFootballer.footballer[] list()
 {
     ClienteSoap.ServiceFootballer.listRequest  inValue = new ClienteSoap.ServiceFootballer.listRequest();
     ClienteSoap.ServiceFootballer.listResponse retVal  = ((ClienteSoap.ServiceFootballer.Services)(this)).list(inValue);
     return(retVal.@return);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ClienteSoap.ServiceFootballer.listResponse> ClienteSoap.ServiceFootballer.Services.listAsync(ClienteSoap.ServiceFootballer.listRequest request)
 {
     return(base.Channel.listAsync(request));
 }
Beispiel #4
0
 ClienteSoap.ServiceFootballer.listResponse ClienteSoap.ServiceFootballer.Services.list(ClienteSoap.ServiceFootballer.listRequest request)
 {
     return(base.Channel.list(request));
 }