forked from sanchezvem/PyroFetes
MAJ
This commit is contained in:
@@ -19,9 +19,5 @@ public class GetProductDto
|
||||
public string? ClassificationLabel { get; set; }
|
||||
public int ProductCategoryId { get; set; }
|
||||
public string? ProductCategoryLabel { 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; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user