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