using InABox.Core; namespace Comal.Classes { [UserTracking(typeof(Product))] public class ProductDocument : EntityDocument<ProductLink>, IManyToMany<Product, Document>, ILicense<ProductManagementLicense> { } }