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