Files
Cleanuparr/code/Infrastructure/Verticals/Notifications/Models/DownloadCleanedNotification.cs
2025-02-16 03:20:00 +02:00

5 lines
128 B
C#

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