Exemplo n.º 1
0
 public IActionResult Index()
 {
     using (var data = new ConsultaData())
     {
         return(View(data.Read()));
     }
 }