public bool UpdateNoFrecuente(EntidadBase entidad) { try { SqlDao.CanExecuteQueryProcedure(_mapper.GetUpdateStatementNoFrecuente(entidad)); return(true); } catch (Exception ex) { AdministrarExcepcion(ex); throw ex; } }