예제 #1
0
        public static string ExcluirGUID(string guid)
        {
            try
            {
                var _notaFiscalDAO = new NotaFiscalDAO();

                _notaFiscalDAO.ExcluiNFImportacaoConsulta(guid);
                return(string.Empty);
            }
            catch (Exception ex)
            {
                throw new Exception("Não foi possível importar NFs");
            }
        }