Created Author, Book, AuthorBook, Page and Product with Price
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace LiteCharms.Features.TechShop.Products.Models;
|
||||
using LiteCharms.Features.Models;
|
||||
|
||||
namespace LiteCharms.Features.TechShop.Products.Models;
|
||||
|
||||
public class Product
|
||||
{
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
namespace LiteCharms.Features.TechShop.Products.Models;
|
||||
|
||||
public class ProductMetadata
|
||||
{
|
||||
public string? Manufacturer { get; set; }
|
||||
|
||||
public string? ManufactureDate { get; set; }
|
||||
|
||||
public string? CopyrightInfo { get; set; }
|
||||
|
||||
public string? SerialNumber { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user