123456789101112 |
- using InABox.Core;
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace Comal.Classes
- {
- [UserTracking(typeof(Job))]
- public class CustomerDocument : EntityDocument<CustomerLink>, IManyToMany<Customer, Document>, ILicense<ProjectManagementLicense>
- {
- }
- }
|