Ejemplo n.º 1
0
        private IEnumerable <Noticia> GetValuesOfGallery()
        {
            var lastestNews = Noticia.GetLastestNewsByFeaturedCached(Constants.TakeNoticias, Destaque.Galeria.Id);

            ViewBag.ActiveNav      = "Fotos";
            ViewBag.LinkActiveNav  = $"/{"fotos"}";
            ViewBag.NavigationType = "fotos";
            ViewBag.ThemeValue     = "fotos";

            return(lastestNews);
        }