Example #1
0
 public System.Threading.Tasks.Task <PlaService.ExecuteResponse> ExecuteAsync(string Praidentificacion, string Pranombres, string Observaciones)
 {
     PlaService.ExecuteRequest inValue = new PlaService.ExecuteRequest();
     inValue.Body = new PlaService.ExecuteRequestBody();
     inValue.Body.Praidentificacion = Praidentificacion;
     inValue.Body.Pranombres        = Pranombres;
     inValue.Body.Observaciones     = Observaciones;
     return(((PlaService.WSBuscaListaTotalSoapPort)(this)).ExecuteAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <PlaService.ExecuteResponse> PlaService.WSBuscaListaTotalSoapPort.ExecuteAsync(PlaService.ExecuteRequest request)
 {
     return(base.Channel.ExecuteAsync(request));
 }