@using Bit.Core.Models.Table @model TaxRatesModel @{ ViewData["Title"] = "Tax Rates"; }
| Id | Country | State | Postal Code | Tax Rate | |
|---|---|---|---|---|---|
| No results to list. | |||||
|
@{
var taxRateToEdit = new Dictionary |
@rate.Country | @rate.State | @rate.PostalCode | @rate.Rate% | |