public object GetTaxRates()
 {
     return(controller.GetTaxRates());
 }
Ejemplo n.º 2
0
 public IActionResult Get(string Type)
 {
     return(Ok(_taxRateService.GetTaxRates(Type)));
 }