Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Sefaz.WCF.CTeDistribuicaoDFe.cteDistDFeInteresseResponse> cteDistDFeInteresseAsync(System.Xml.XmlElement cteDadosMsg)
 {
     Sefaz.WCF.CTeDistribuicaoDFe.cteDistDFeInteresseRequest inValue = new Sefaz.WCF.CTeDistribuicaoDFe.cteDistDFeInteresseRequest();
     inValue.Body             = new Sefaz.WCF.CTeDistribuicaoDFe.cteDistDFeInteresseRequestBody();
     inValue.Body.cteDadosMsg = cteDadosMsg;
     return(((Sefaz.WCF.CTeDistribuicaoDFe.CTeDistribuicaoDFeSoap)(this)).cteDistDFeInteresseAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <Sefaz.WCF.CTeDistribuicaoDFe.cteDistDFeInteresseResponse> Sefaz.WCF.CTeDistribuicaoDFe.CTeDistribuicaoDFeSoap.cteDistDFeInteresseAsync(Sefaz.WCF.CTeDistribuicaoDFe.cteDistDFeInteresseRequest request)
 {
     return(base.Channel.cteDistDFeInteresseAsync(request));
 }