generated from Integry/Template_NetMauiBlazorHybrid
6 lines
121 B
C#
6 lines
121 B
C#
namespace salesbook.Shared.Core.Interface;
|
|
|
|
public interface INavigationService
|
|
{
|
|
Task NavigateToDetailsAsync();
|
|
} |