Files
components/LiteCharms.Entities/Notification.cs
T
2026-05-05 14:36:46 +02:00

7 lines
193 B
C#

using LiteCharms.Entities.Configuration;
namespace LiteCharms.Entities;
[EntityTypeConfiguration<NotificationConfiguration, Notification>]
public class Notification : Models.Notification;