コード例 #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.");
     }
 }
コード例 #2
0
 public RetornoTransmitir LerRetorno(XmlDocument xmlDocument, EnumOperacao op)
 {
     return(LerRetorno(xmlDocument, op, ""));
 }