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