Esempio n. 1
0
        public IActionResult Index()
        {
            var model = _logData.GetAll();

            return(View(model));
        }