Exemplo n.º 1
0
        public IActionResult Index(string fileName, string id)
        {
            var model = _loggerService.GetInfoById(fileName, id);

            return(View(model));
        }