mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-18 08:23:17 +02:00
Add complete vorbestellungsfunktion
This commit is contained in:
@ -13,7 +13,7 @@ public partial class Bestellungsposition
|
||||
|
||||
public int KundeIdkunde { get; set; }
|
||||
|
||||
public int RabattIdrabatt { get; set; }
|
||||
public int? RabattIdrabatt { get; set; }
|
||||
|
||||
public virtual Kunde? KundeIdkundeNavigation { get; set; } = null!;
|
||||
|
||||
|
Reference in New Issue
Block a user