MAJ Mathilde

This commit is contained in:
2025-10-09 15:16:08 +02:00
parent f155d03559
commit d1fa3aca68
24 changed files with 628 additions and 211 deletions

View File

@@ -9,4 +9,6 @@ public class UpdateSupplierDto
public string Adress { get; set; }
public int ZipCode { get; set; }
public string City { get; set; }
public List<SupplierProductPriceDto>? Products { get; set; }
}