generated from Integry/Template_NetMauiBlazorHybrid
6 lines
271 B
C#
6 lines
271 B
C#
using CommunityToolkit.Mvvm.Messaging.Messages;
|
|
using salesbook.Shared.Core.Dto.Notification;
|
|
|
|
namespace salesbook.Shared.Core.Messages.Notification;
|
|
|
|
public class NewPushNotificationMessage(PushNotificationDTO value) : ValueChangedMessage<PushNotificationDTO>(value); |