Exemple #1
0
 public System.Threading.Tasks.Task <SicopService.NfpeAnoBaseResponse> NfpeAnoBaseAsync()
 {
     SicopService.NfpeAnoBaseRequest inValue = new SicopService.NfpeAnoBaseRequest();
     inValue.Body = new SicopService.NfpeAnoBaseRequestBody();
     return(((SicopService.WSSICOPImportacaoSoap)(this)).NfpeAnoBaseAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <SicopService.NfpeAnoBaseResponse> SicopService.WSSICOPImportacaoSoap.NfpeAnoBaseAsync(SicopService.NfpeAnoBaseRequest request)
 {
     return(base.Channel.NfpeAnoBaseAsync(request));
 }