JobFinancialDocument.cs 240 B

123456789
  1. using InABox.Core;
  2. namespace Comal.Classes
  3. {
  4. [UserTracking(typeof(Job))]
  5. public class JobFinancialDocument : EntityDocument<JobFinancialLink>, IManyToMany<JobFinancial, Document>, ILicense<ProjectManagementLicense>
  6. {
  7. }
  8. }