bilder main image change
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 26s
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 26s
This commit is contained in:
@@ -22,11 +22,12 @@ namespace Webshop.Application.DTOs.Products
|
||||
[Required]
|
||||
public string Slug { get; set; }
|
||||
|
||||
// << ZURÜCK ZU IFormFile >>
|
||||
public IFormFile? MainImageFile { get; set; }
|
||||
public List<IFormFile>? AdditionalImageFiles { get; set; }
|
||||
public List<Guid>? ImagesToDelete { get; set; }
|
||||
|
||||
public Guid? SetMainImageId { get; set; }
|
||||
|
||||
public List<Guid>? CategorieIds { get; set; } = new List<Guid>();
|
||||
|
||||
public decimal? Weight { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user