QuoteTakeOffUnit.cs 238 B

1234567891011
  1. using InABox.Core;
  2. using PRSClasses;
  3. namespace Comal.Classes
  4. {
  5. public class QuoteTakeOffUnit : DimensionUnit, ILicense<QuotesManagementLicense>
  6. {
  7. [NullEditor]
  8. public override bool HasQuantity { get; set; }
  9. }
  10. }