This commit is contained in:
2025-10-08 16:35:46 +02:00
parent 81854417d8
commit 658d346dd0
3 changed files with 2 additions and 15 deletions

View File

@@ -17,9 +17,4 @@ public class UpdateProductDto
public string? Link { get; set; }
public int ClassificationId { get; set;}
public int ProductCategoryId { get; set; }
public List<Brand>? Brands { get; set; }
public List<ProductEffect>? Effects { get; set; }
public List<ProductColor>? Colors {get; set;}
public List<Price>? Prices {get; set;}
public List<WarehouseProduct>? WarehouseProducts {get; set; }
}