Exemplo n.º 1
0
        public IActionResult Index()
        {
            var tableIR = _service.GetTable();

            return(View(tableIR));
        }