12345678910 |
- using InABox.Core;
- namespace Comal.Classes
- {
- [Caption("Files")]
- public class JobDocumentSetMileStoneFile : EntityDocument<JobDocumentSetMileStoneLink>, IManyToMany<JobDocumentSetMileStone,Document>, ILicense<ProjectManagementLicense>
- {
-
- }
- }
|