예제 #1
0
        public async Task <IActionResult> Index()
        {
            var blogs = await blogApiService.GetAll();

            return(View(blogs));
        }