Add suport for adding new items which are sorted without reloading the entrie list

This commit is contained in:
TheXamlGuy
2024-05-12 22:02:51 +01:00
parent 55d3971bfc
commit 3136a6458c
6 changed files with 37 additions and 18 deletions
+3
View File
@@ -3,5 +3,8 @@
public record Item
{
public int Id { get; init; }
public string? Name { get; init; }
}