Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WSGenograma.ObtenerIntegrantesJsonResponse> ObtenerIntegrantesJsonAsync()
 {
     WSGenograma.ObtenerIntegrantesJsonRequest inValue = new WSGenograma.ObtenerIntegrantesJsonRequest();
     inValue.Body = new WSGenograma.ObtenerIntegrantesJsonRequestBody();
     return(((WSGenograma.WebService1Soap)(this)).ObtenerIntegrantesJsonAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <WSGenograma.ObtenerIntegrantesJsonResponse> WSGenograma.WebService1Soap.ObtenerIntegrantesJsonAsync(WSGenograma.ObtenerIntegrantesJsonRequest request)
 {
     return(base.Channel.ObtenerIntegrantesJsonAsync(request));
 }