Implementate notifiche
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using salesbook.Shared.Core.Interface.System.Notification;
|
||||
using Shiny.Notifications;
|
||||
|
||||
namespace salesbook.Maui.Core.System.Notification;
|
||||
|
||||
public class ShinyNotificationManager(INotificationManager notificationManager) : IShinyNotificationManager
|
||||
{
|
||||
public Task RequestAccess() => notificationManager.RequestAccess();
|
||||
}
|
||||
Reference in New Issue
Block a user