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

@ -15,6 +15,6 @@ namespace WGneu.Models
public int Gkz { get; set; }
[Column("name")]
public String Name { get; set; }
public string Name { get; set; }
}
}