Refactor and Fix PLZ/Ort in MemberListWindow

This commit is contained in:
2023-02-21 15:56:59 +01:00
parent a5d56a7c49
commit 71022c7fbf
14 changed files with 64 additions and 37 deletions

View File

@ -21,7 +21,7 @@ namespace WGneu.Models
public int KgNr { get; set; }
[Column("name")]
public String Name { get; set; }
public string Name { get; set; }
[ForeignKey("Gkz")]
public virtual AT_Gem Gem { get; set; }