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