Files
cleanuperr/code/Infrastructure/Verticals/Notifications/Models/CategoryChangedNotification.cs
T

5 lines
128 B
C#

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