Exemplo n.º 1
0
 public System.Threading.Tasks.Task <GOSICertificateInquiryService.GOSICertificateInquiryResponse> GOSICertificateInquiryAsync(GOSICertificateInquiryService.GOSICertificateInquiryRq_Type GOSICertificateInquiryRq)
 {
     GOSICertificateInquiryService.GOSICertificateInquiryRequest inValue = new GOSICertificateInquiryService.GOSICertificateInquiryRequest();
     inValue.GOSICertificateInquiryRq = GOSICertificateInquiryRq;
     return(((GOSICertificateInquiryService.GOSICertificateInquiry)(this)).GOSICertificateInquiryAsync(inValue));
 }
Exemplo n.º 2
0
 public GOSICertificateInquiryRequest(GOSICertificateInquiryService.GOSICertificateInquiryRq_Type GOSICertificateInquiryRq)
 {
     this.GOSICertificateInquiryRq = GOSICertificateInquiryRq;
 }