using InABox.Core; namespace Comal.Classes { public interface IQuoteDesignSection : IEntity { string Description { get; set; } } }