@model BusinessERP.Models.CurrencyViewModel.CurrencyCRUDViewModel
| Id | @Model.Id |
|---|---|
| Name | @Model.Name |
| Code | @Model.Code |
| Symbol | @Model.Symbol |
| Country | @Model.Country |
| Description | @Model.Description |
| Is Default | @Model.IsDefaultDisplay |
| Created Date | @Model.CreatedDate |
| Modified Date | @Model.ModifiedDate |
| Created By | @Model.CreatedBy |
| Modified By | @Model.ModifiedBy |