예제 #1
0
 public Tax TaxByState(string taxState)
 {
     return(_taxRepository.GetTaxByState(taxState));
 }
예제 #2
0
 public TaxResponse GetTaxByState(string stateAbbr)
 {
     return(_taxRepo.GetTaxByState(stateAbbr));
 }