forked from sanchezvem/PyroFetes
MAJ Mathilde
This commit is contained in:
@@ -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; }
|
||||
}
|
Reference in New Issue
Block a user