forked from sanchezvem/PyroFetes
MAJ
This commit is contained in:
@@ -17,9 +17,5 @@ public class CreateProductDto
|
||||
|
||||
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; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user