Files
2025-06-18 21:58:48 +03:00

5 lines
128 B
C#

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