namespace Comal.Classes { internal interface IProductStyle { string Code { get; set; } string Description { get; set; } } }