コード例 #1
0
        public async Task <string> Get(double valorinicial, int meses)
        {
            var interest = await _interestService.GetInterest("https://localhost:44332/taxajuros");

            return(_interestService.Calc(interest, valorinicial, meses));
        }