コード例 #1
0
        public async Task <IActionResult> Event()
        {
            ViewBag.Result = await externalService.GetAllEventsSupplementedAsync();

            return(View());
        }