CostSheetDocument.cs 232 B

123456789
  1. using InABox.Core;
  2. namespace Comal.Classes
  3. {
  4. [UserTracking(typeof(Quote))]
  5. public class CostSheetDocument : EntityDocument<CostSheetLink>, IManyToMany<CostSheet, Document>, ILicense<QuotesManagementLicense>
  6. {
  7. }
  8. }