Editing WIP

This commit is contained in:
TheXamlGuy
2024-05-22 21:57:30 +01:00
parent 67c07a9902
commit 50886379b6
9 changed files with 63 additions and 24 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ public record Item
{
public Guid Id { get; init; }
public string Name { get; init; } = "";
public string? Name { get; init; } = "";
}