Esempio n. 1
0
 public bool update(ClienteSoap.ServiceFootballer.footballer arg0)
 {
     ClienteSoap.ServiceFootballer.updateRequest inValue = new ClienteSoap.ServiceFootballer.updateRequest();
     inValue.arg0 = arg0;
     ClienteSoap.ServiceFootballer.updateResponse retVal = ((ClienteSoap.ServiceFootballer.Services)(this)).update(inValue);
     return(retVal.@return);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <ClienteSoap.ServiceFootballer.updateResponse> updateAsync(ClienteSoap.ServiceFootballer.footballer arg0)
 {
     ClienteSoap.ServiceFootballer.updateRequest inValue = new ClienteSoap.ServiceFootballer.updateRequest();
     inValue.arg0 = arg0;
     return(((ClienteSoap.ServiceFootballer.Services)(this)).updateAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <ClienteSoap.ServiceFootballer.updateResponse> ClienteSoap.ServiceFootballer.Services.updateAsync(ClienteSoap.ServiceFootballer.updateRequest request)
 {
     return(base.Channel.updateAsync(request));
 }
Esempio n. 4
0
 ClienteSoap.ServiceFootballer.updateResponse ClienteSoap.ServiceFootballer.Services.update(ClienteSoap.ServiceFootballer.updateRequest request)
 {
     return(base.Channel.update(request));
 }