JobStageRelationship.cs 179 B

12345678
  1. using InABox.Core;
  2. namespace Comal.Classes
  3. {
  4. public class JobStageRelationship : GanttRelationship<JobLink, JobStageLink>, ILicense<ProjectManagementLicense>
  5. {
  6. }
  7. }