a migration

This commit is contained in:
Paul Schneider
2023-03-26 21:48:25 +01:00
parent efcb1620d6
commit 42dba1b6c1
7 changed files with 97 additions and 90 deletions

View File

@ -97,10 +97,11 @@ namespace Yavsc.Models.Billing
return $"facture-{bcode}-{Id}{ack}";
}
[Display(Name = "PaymentId")]
[ForeignKey("Regularisation")]
public string PaymentId { get; set; }
[ForeignKey("PaymentId"), Display(Name = "Acquittement de la facture")]
[Display(Name = "Acquittement de la facture")]
public virtual PayPalPayment Regularisation { get; set; }
}