Refactor
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record NavigateBack(object? Context = null, string? Scope = null) :
|
||||
INotification;
|
||||
public record NavigateBack(object? Context = null, string? Scope = null);
|
||||
|
||||
public record NavigateBack<TNavigation>(object? Context) :
|
||||
INotification;
|
||||
public record NavigateBack<TNavigation>(object? Context);
|
||||
|
||||
Reference in New Issue
Block a user