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