forked from sanchezvem/PyroFetes
MAJ Mathilde
This commit is contained in:
@@ -8,4 +8,13 @@ public class CreateSupplierDto
|
||||
public string Adress { get; set; }
|
||||
public int ZipCode { get; set; }
|
||||
public string City { get; set; }
|
||||
|
||||
// Produits que ce fournisseur fournit
|
||||
public List<SupplierProductPriceDto>? Products { get; set; }
|
||||
}
|
||||
|
||||
public class SupplierProductPriceDto
|
||||
{
|
||||
public int ProductId { get; set; }
|
||||
public decimal SellingPrice { get; set; }
|
||||
}
|
Reference in New Issue
Block a user