Exemplo n.º 1
0
        //Get: Home/Index
        public IActionResult Index()
        {
            var info = _data.GetAll();

            return(View(info));
        }