Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <PortalCShar.ServiceConsult.GetDocumentoPDFResponse> GetDocumentoPDFAsync(string NUM_CPE)
 {
     PortalCShar.ServiceConsult.GetDocumentoPDFRequest inValue = new PortalCShar.ServiceConsult.GetDocumentoPDFRequest();
     inValue.Body         = new PortalCShar.ServiceConsult.GetDocumentoPDFRequestBody();
     inValue.Body.NUM_CPE = NUM_CPE;
     return(((PortalCShar.ServiceConsult.WServiceGetDocumentSoap)(this)).GetDocumentoPDFAsync(inValue));
 }
Ejemplo n.º 2
0
 public string GetDocumentoPDF(string NUM_CPE)
 {
     PortalCShar.ServiceConsult.GetDocumentoPDFRequest inValue = new PortalCShar.ServiceConsult.GetDocumentoPDFRequest();
     inValue.Body         = new PortalCShar.ServiceConsult.GetDocumentoPDFRequestBody();
     inValue.Body.NUM_CPE = NUM_CPE;
     PortalCShar.ServiceConsult.GetDocumentoPDFResponse retVal = ((PortalCShar.ServiceConsult.WServiceGetDocumentSoap)(this)).GetDocumentoPDF(inValue);
     return(retVal.Body.GetDocumentoPDFResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <PortalCShar.ServiceConsult.GetDocumentoPDFResponse> PortalCShar.ServiceConsult.WServiceGetDocumentSoap.GetDocumentoPDFAsync(PortalCShar.ServiceConsult.GetDocumentoPDFRequest request)
 {
     return(base.Channel.GetDocumentoPDFAsync(request));
 }
Ejemplo n.º 4
0
 PortalCShar.ServiceConsult.GetDocumentoPDFResponse PortalCShar.ServiceConsult.WServiceGetDocumentSoap.GetDocumentoPDF(PortalCShar.ServiceConsult.GetDocumentoPDFRequest request)
 {
     return(base.Channel.GetDocumentoPDF(request));
 }