Gestita pagina notifiche
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using CommunityToolkit.Mvvm.Messaging;
|
||||
using salesbook.Shared.Core.Dto.Notification;
|
||||
using salesbook.Shared.Core.Entity;
|
||||
|
||||
namespace salesbook.Shared.Core.Messages.Notification;
|
||||
|
||||
public class NewPushNotificationService
|
||||
{
|
||||
public event Action<PushNotificationDTO>? OnNotificationReceived;
|
||||
public event Action<WtbNotification>? OnNotificationReceived;
|
||||
|
||||
public NewPushNotificationService(IMessenger messenger)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user