Added Add/Edit function to MemberListWindow
This commit is contained in:
@ -21,7 +21,7 @@ namespace WGneu.Models
|
||||
public string FamilyName { get; set; }
|
||||
|
||||
[Column("zwstid")]
|
||||
public string Zweigstelle { get; set; }
|
||||
public string ZwstId { get; set; }
|
||||
|
||||
[Column("country")]
|
||||
public string CountryCode { get; set; }
|
||||
@ -43,5 +43,8 @@ namespace WGneu.Models
|
||||
|
||||
[ForeignKey("DefaultKgNr")]
|
||||
public virtual AT_Kg DefaultKg { get; set; }
|
||||
|
||||
[ForeignKey("ZwstId")]
|
||||
public virtual Branch Branch { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user