7 lines
193 B
C#
7 lines
193 B
C#
using LiteCharms.Entities.Configuration;
|
|
|
|
namespace LiteCharms.Entities;
|
|
|
|
[EntityTypeConfiguration<NotificationConfiguration, Notification>]
|
|
public class Notification : Models.Notification;
|