5 lines
132 B
C#
5 lines
132 B
C#
namespace Infrastructure.Verticals.Notifications.Models;
|
|
|
|
public sealed record QueueItemDeletedNotification : ArrNotification
|
|
{
|
|
} |