generated from Integry/Template_NetMauiBlazorHybrid
6 lines
139 B
C#
6 lines
139 B
C#
namespace salesbook.Shared.Core.Interface.System.Notification;
|
|
|
|
public interface IShinyNotificationManager
|
|
{
|
|
Task RequestAccess();
|
|
} |