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