User datenbank verknüpft

This commit is contained in:
2026-08-20 15:59:54 +02:00
parent 279ea709cd
commit 76b757a85c
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace Casino
{
public class User
{
public string ID { get; }
public string ID { get; set; }
public string Name { get; set; }
public int Alter { get; set; }
public string Passwort { get; set; }