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