Initial orderby on primary items
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user