a migration

This commit is contained in:
Paul Schneider 2023-03-26 21:48:25 +01:00
commit a02085f086
7 changed files with 94 additions and 87 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; }
}