3 lines
96 B
C#
3 lines
96 B
C#
namespace Toolkit.Framework.Foundation;
|
|
|
|
public record NavigateBack(object Route) : IRequest; |