public object GetTaxRates() { return(controller.GetTaxRates()); }
public IActionResult Get(string Type) { return(Ok(_taxRateService.GetTaxRates(Type))); }