private void PreencherComboMissao(PontoSebrae pontoSebrae) { var listaMissao = new ManterMissao().ObterPorPontoSebrae(pontoSebrae); if (listaMissao != null && listaMissao.Any()) { WebFormHelper.PreencherLista(listaMissao, ddlMissao, false, true); } else { ddlTrilhaNivel.Items.Clear(); } }
private void PreencherComboMissao(classes.PontoSebrae pontoSebrae) { var listaMissoes = new ManterMissao().ObterPorPontoSebrae(pontoSebrae); if (listaMissoes != null && listaMissoes.Any()) { WebFormHelper.PreencherLista(listaMissoes, ddlMissao, true); } else { ddlPontoSebrae.Items.Clear(); } }