Exemplo n.º 1
0
 public System.Threading.Tasks.Task <DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseResponse> nfeDistDFeInteresseAsync(System.Xml.Linq.XElement nfeDadosMsg)
 {
     DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseRequest inValue = new DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseRequest();
     inValue.Body             = new DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseRequestBody();
     inValue.Body.nfeDadosMsg = nfeDadosMsg;
     return(((DFe_Util_HM.NFeDistribuicao.NFeDistribuicaoDFeSoap)(this)).nfeDistDFeInteresseAsync(inValue));
 }
Exemplo n.º 2
0
 public System.Xml.Linq.XElement nfeDistDFeInteresse(System.Xml.Linq.XElement nfeDadosMsg)
 {
     DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseRequest inValue = new DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseRequest();
     inValue.Body             = new DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseRequestBody();
     inValue.Body.nfeDadosMsg = nfeDadosMsg;
     DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseResponse retVal = ((DFe_Util_HM.NFeDistribuicao.NFeDistribuicaoDFeSoap)(this)).nfeDistDFeInteresse(inValue);
     return(retVal.Body.nfeDistDFeInteresseResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseResponse> DFe_Util_HM.NFeDistribuicao.NFeDistribuicaoDFeSoap.nfeDistDFeInteresseAsync(DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseRequest request)
 {
     return(base.Channel.nfeDistDFeInteresseAsync(request));
 }
Exemplo n.º 4
0
 DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseResponse DFe_Util_HM.NFeDistribuicao.NFeDistribuicaoDFeSoap.nfeDistDFeInteresse(DFe_Util_HM.NFeDistribuicao.nfeDistDFeInteresseRequest request)
 {
     return(base.Channel.nfeDistDFeInteresse(request));
 }