Ejemplo n.º 1
0
        public ActionResult Index()
        {
            var featured = _dataSetSchemaService.GetFeatured();

            return(View("Index", featured));
        }