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

7 lines
190 B
C#

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