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