Improve Publisher

This commit is contained in:
TheXamlGuy
2024-05-14 19:24:07 +01:00
parent 06be638af8
commit 819d796c16
22 changed files with 91 additions and 58 deletions
-1
View File
@@ -5,6 +5,5 @@ public record Item
public int Id { get; init; }
public string? Name { get; init; }
}