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