@model BusinessERP.Models.VatPercentageViewModel.VatPercentageCRUDViewModel
| Id | @Model.Id |
|---|---|
| Name | @Model.Name |
| Percentage | @Model.Percentage |
| Is Default | @Model.IsDefault |
| Created Date | @Model.CreatedDate |
| Modified Date | @Model.ModifiedDate |
| Created By | @Model.CreatedBy |
| Modified By | @Model.ModifiedBy |