Example #1
0
 public bool create(ClienteSoap.ServiceFootballer.footballer arg0)
 {
     ClienteSoap.ServiceFootballer.createRequest inValue = new ClienteSoap.ServiceFootballer.createRequest();
     inValue.arg0 = arg0;
     ClienteSoap.ServiceFootballer.createResponse retVal = ((ClienteSoap.ServiceFootballer.Services)(this)).create(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.Threading.Tasks.Task <ClienteSoap.ServiceFootballer.createResponse> createAsync(ClienteSoap.ServiceFootballer.footballer arg0)
 {
     ClienteSoap.ServiceFootballer.createRequest inValue = new ClienteSoap.ServiceFootballer.createRequest();
     inValue.arg0 = arg0;
     return(((ClienteSoap.ServiceFootballer.Services)(this)).createAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <ClienteSoap.ServiceFootballer.createResponse> ClienteSoap.ServiceFootballer.Services.createAsync(ClienteSoap.ServiceFootballer.createRequest request)
 {
     return(base.Channel.createAsync(request));
 }
Example #4
0
 ClienteSoap.ServiceFootballer.createResponse ClienteSoap.ServiceFootballer.Services.create(ClienteSoap.ServiceFootballer.createRequest request)
 {
     return(base.Channel.create(request));
 }