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