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