using InABox.Core; namespace Comal.Classes { public class JobStageRelationship : GanttRelationship<JobLink, JobStageLink>, ILicense<ProjectManagementLicense> { } }