This commit is contained in:
Tizian.Breuch
2025-11-07 15:58:04 +01:00
parent dbf46fffac
commit efe186320d

View File

@@ -35,7 +35,7 @@ namespace Webshop.Application.DTOs.Products
public decimal? PurchasePrice { get; set; }
public bool IsFeatured { get; set; }
public int FeaturedDisplayOrder { get; set; }
[Required]
public byte[]? RowVersion { get; set; }
}
}