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