예제 #1
0
        public IActionResult Index()
        {
            var api = new NewsApi();

            return(View(api.GetNews()));
        }