コード例 #1
0
 public IEnumerable <Tax> LookupTax(string state)
 {
     return(_taxRepository.PullTaxs(state));
 }