예제 #1
0
        // public List<ZRN.Graficos.Linha> GraficoPromocoesAtivas()
        public List <ZRN.Graficos.Linha> GraficoPromocoesAtivas(ZRN.Promocoes.FiltroProcessoSeae filtro)
        {
            var ZRNPromocoes = new ZRN.Empresas.PromocoesElastic(ZeengWeb.Utils.Configuracoes.ServidorElastic, Configuracoes.IndexElastic);

            return(ZRNPromocoes.RetornaGraficoPromocoesAtivasSemana(filtro));
        }
예제 #2
0
        public List <ZRN.Promocoes.ItemGraficoSituacoes> GraficoSituacoes(ZRN.Promocoes.FiltroProcessoSeae filtro)
        {
            var ZRNPromocoes = new ZRN.Empresas.PromocoesElastic(ZeengWeb.Utils.Configuracoes.ServidorElastic, Configuracoes.IndexElastic);

            return(ZRNPromocoes.RetornaItensGraficoSituacoes(filtro));
        }