naming
This commit is contained in:
@@ -19,6 +19,6 @@ namespace Webshop.Application.DTOs.Products
|
||||
public int StockQuantity { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
public string Slug { get; set; } = string.Empty;
|
||||
public List<categorieDto> categories { get; set; } = new List<categorieDto>();
|
||||
public List<CategorieDto> categories { get; set; } = new List<CategorieDto>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user