using InABox.Core; namespace Comal.Classes { [UserTracking(typeof(Employee))] public class EmployeeDocument : EntityDocument<EmployeeLink>, IManyToMany<Employee, Document>, ILicense<CoreLicense> { } }