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