public RetornoTransmitir LerRetorno(XmlDocument xmlResposta, EnumOperacao op, string numeroNFSe) { try { return(this.Provedor.LerRetorno(this, xmlResposta)); } catch (Exception) { throw new Exception("Provedor não cadastrado."); } }
public RetornoTransmitir LerRetorno(XmlDocument xmlDocument, EnumOperacao op) { return(LerRetorno(xmlDocument, op, "")); }