9 lines
173 B
C#
9 lines
173 B
C#
|
|
namespace Hyperbar;
|
|
|
|
public record Navigate(object Key) :
|
|
INotification;
|
|
|
|
public record Navigate<TTemplate>(TTemplate Template, object Content) :
|
|
INotification;
|