Ejemplo n.º 1
0
 public IActionResult AddAccount(TaxRate account)
 {
     return(Ok(_taxRateService.AddAccount(account)));
 }