Exemplo n.º 1
0
 public bool update(ClienteSoap.ServiceReference1.footballer arg0)
 {
     ClienteSoap.ServiceReference1.updateRequest inValue = new ClienteSoap.ServiceReference1.updateRequest();
     inValue.arg0 = arg0;
     ClienteSoap.ServiceReference1.updateResponse retVal = ((ClienteSoap.ServiceReference1.Services)(this)).update(inValue);
     return(retVal.@return);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <ClienteSoap.ServiceReference1.updateResponse> updateAsync(ClienteSoap.ServiceReference1.footballer arg0)
 {
     ClienteSoap.ServiceReference1.updateRequest inValue = new ClienteSoap.ServiceReference1.updateRequest();
     inValue.arg0 = arg0;
     return(((ClienteSoap.ServiceReference1.Services)(this)).updateAsync(inValue));
 }
Exemplo n.º 3
0
 public updateRequest(ClienteSoap.ServiceReference1.footballer arg0)
 {
     this.arg0 = arg0;
 }
Exemplo n.º 4
0
 public readResponse(ClienteSoap.ServiceReference1.footballer @return)
 {
     this.@return = @return;
 }