Ejemplo n.º 1
0
        // tag::IndexAction[]
        public IActionResult Index()
        {
            var gifts = Gift.GetAllGifts();

            return(View(gifts));
        }