示例#1
0
 public TaxModel GetTaxById(int id)
 {
     return(_iTaxRepository.GetTaxList().Where(x => x.Id == id).FirstOrDefault());
 }