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