using InABox.Core; namespace Comal.Classes { [UserTracking(typeof(Quote))] public class QuoteDesignSection : Entity, IRemotable, IPersistent, ILicense { [TextBoxEditor(Visible = Visible.Default)] public string Description { get; set; } } }