Files
TaskHybrid/salesbook.Shared/Core/Interface/System/Notification/IShinyNotificationManager.cs
2025-09-09 11:43:07 +02:00

6 lines
139 B
C#

namespace salesbook.Shared.Core.Interface.System.Notification;
public interface IShinyNotificationManager
{
Task RequestAccess();
}