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; }
|
||||
|
||||
}
|
@@ -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; }
|
||||
}
|
@@ -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