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