コード例 #1
0
 public ActionResult <double> ObterTaxaDeJuros()
 {
     return(Ok(_jurosService.ObterTaxaDeJuros()));
 }