Initial orderby on primary items

This commit is contained in:
TheXamlGuy
2024-01-17 19:28:21 +00:00
parent 7fde5ab0fb
commit 1f02f6970e
4 changed files with 10 additions and 7 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
namespace Hyperbar;
public record Created<TValue>(TValue Value) : INotification;
public record Created<TValue>(TValue Value) : INotification;
public record Inserted<TValue>(int Index, TValue Value) : INotification;