Files
Cleanuparr/code/Cleanuparr.Infrastructure/Features/Notifications/Models/SlowStrikeNotification.cs
2025-06-17 18:21:18 +03:00

7 lines
190 B
C#

using Cleanuparr.Infrastructure.Features.Notifications.Models;
namespace Infrastructure.Verticals.Notifications.Models;
public sealed record SlowStrikeNotification : ArrNotification
{
}