JobDocumentSetMileStoneFile.cs 265 B

12345678910
  1. using InABox.Core;
  2. namespace Comal.Classes
  3. {
  4. [Caption("Files")]
  5. public class JobDocumentSetMileStoneFile : EntityDocument<JobDocumentSetMileStoneLink>, IManyToMany<JobDocumentSetMileStone,Document>, ILicense<ProjectManagementLicense>
  6. {
  7. }
  8. }