Creata card notifiche
This commit is contained in:
8
salesbook.Shared/Core/Dto/PageState/NotificationState.cs
Normal file
8
salesbook.Shared/Core/Dto/PageState/NotificationState.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using salesbook.Shared.Core.Dto.Notification;
|
||||
|
||||
namespace salesbook.Shared.Core.Dto.PageState;
|
||||
|
||||
public class NotificationState
|
||||
{
|
||||
public List<PushNotificationDTO> UnreadNotifications { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user