Files
components/LiteCharms.Features/Shop/Notifications/Entities/Notification.cs
T
2026-05-13 20:06:24 +02:00

5 lines
179 B
C#

namespace LiteCharms.Features.Shop.Notifications.Entities;
[EntityTypeConfiguration<NotificationConfiguration, Notification>]
public class Notification : Models.Notification;