@model Bookstore.Web.Areas.Admin.Models.Inventory.InventoryDetailsViewModel
Name | @Model.Name |
---|---|
Author | @Model.Author |
Genre | @Model.Genre |
Price | @Model.Price.ToString("C") |
Publisher | @Model.Publisher |
ISBN | @Model.ISBN |
Book Type | @Model.BookType |
Condition | @Model.Condition |
Description | @Model.Summary |