This commit is contained in:
Tizian.Breuch
2025-11-20 15:37:13 +01:00
parent 7a0e56e27a
commit 063e8418f8
2 changed files with 31 additions and 4 deletions

View File

@@ -36,6 +36,6 @@ namespace Webshop.Application.DTOs.Products
public bool IsFeatured { get; set; }
public int FeaturedDisplayOrder { get; set; }
public byte[]? RowVersion { get; set; }
public string? RowVersion { get; set; }
}
}