Files
cleanuperr/code/Infrastructure/Verticals/Notifications/Models/QueueItemDeleteNotification.cs
T
2025-02-16 03:17:54 +02:00

5 lines
128 B
C#

namespace Infrastructure.Verticals.Notifications.Models;
public sealed record QueueItemDeleteNotification : Notification
{
}