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

5 lines
134 B
C#

namespace Infrastructure.Verticals.Notifications.Models;
public sealed record FailedImportStrikeNotification : ArrNotification
{
}