示例#1
0
        public async Task <IActionResult> Mortgage()
        {
            _logger.LogInformation(GetLogDetails());
            var result = await _mortgageService.FetchMortgageRateAsync();

            return(View(result.Model));
        }