test
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 32s
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 32s
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Webshop.Application.DTOs.Products
|
||||
public List<IFormFile>? AdditionalImageFiles { get; set; }
|
||||
public List<Guid>? ImagesToDelete { get; set; }
|
||||
|
||||
public List<Guid> CategorieIds { get; set; } = new List<Guid>();
|
||||
public List<Guid>? CategorieIds { get; set; } = new List<Guid>();
|
||||
|
||||
public decimal? Weight { get; set; }
|
||||
public decimal? OldPrice { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user