using InABox.Core; namespace Comal.Classes { [UserTracking(typeof(Notification))] public class NotificationDocument : EntityDocument<NotificationLink>, IManyToMany<Notification, Document>, ILicense<LogisticsLicense> { } }