QuoteTakeOffUnit.cs 220 B

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