5 lines
126 B
C#
5 lines
126 B
C#
namespace Infrastructure.Verticals.Notifications.Models;
|
|
|
|
public sealed record StalledStrikeNotification : Notification
|
|
{
|
|
} |