This commit is contained in:
Tizian.Breuch
2025-07-25 16:23:16 +02:00
parent f318340f98
commit 2d6eeb7a50
4 changed files with 65 additions and 23 deletions

View File

@@ -17,5 +17,6 @@ namespace Webshop.Application.DTOs.Products
public bool IsInStock { get; set; }
public int StockQuantity { get; set; }
public string? ImageUrl { get; set; }
public string Slug { get; set; } = string.Empty;
}
}