using InABox.Core; namespace Comal.Classes { [UserTracking(typeof(Job))] public class JobDocument : EntityDocument<JobLink>, IManyToMany<Job, Document>, ILicense<ProjectManagementLicense> { } }