Add-Migration

This commit is contained in:
MarcEricMartel
2022-12-04 09:10:10 -08:00
parent 21cb3f0aa3
commit 514c5bd6b0
21 changed files with 280 additions and 9576 deletions

View File

@@ -38,7 +38,7 @@ public class InvoiceModel {
[Required]
public AddressModel ShippingAddress { get; set; }
public InStates Status { get; set; } = InStates.Confirmed;
public ChargesModel Payment { get; set; } // Pour enregistrer le paiement.
public ChargesModel? Payment { get; set; } // Pour enregistrer le paiement.
public InvoiceModel() { }
public InvoiceModel(SendInvoiceModel sinv) {