예제 #1
0
        public async Task <IActionResult> Index()
        {
            _logger.LogInformation("Index view loaded ...");

            var users = await _userClient.GetAllUsersAsync();

            return(View());
        }