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