Exemplo n.º 1
0
 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.");
     }
 }
Exemplo n.º 2
0
 public RetornoTransmitir LerRetorno(XmlDocument xmlDocument, EnumOperacao op)
 {
     return(LerRetorno(xmlDocument, op, ""));
 }