@using Products.Common.Types @model Products.Common.Dtos.CreateProductDto @* [Required] *@ @* public string Name { get; set; } *@ @* [Required] *@ @* public Color Color { get; set; } *@ @* [Required] *@ @* public string Brand { get; set; } *@

Create Product