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