Stor ombearbetning som skall ge splash möjligheter
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
namespace GreadyPoang.Core;
|
||||
|
||||
public interface INavigationService
|
||||
{
|
||||
Task NavigateToAsync(string route);
|
||||
Task NavigateToPageAsync(Page page);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user