public Tax TaxByState(string taxState) { return(_taxRepository.GetTaxByState(taxState)); }
public TaxResponse GetTaxByState(string stateAbbr) { return(_taxRepo.GetTaxByState(stateAbbr)); }