5 lines
179 B
C#
5 lines
179 B
C#
namespace LiteCharms.Features.Shop.Notifications.Entities;
|
|
|
|
[EntityTypeConfiguration<NotificationConfiguration, Notification>]
|
|
public class Notification : Models.Notification;
|