namespace Comal.Classes { public interface IEquipment { string Code { get; set; } string Description { get; set; } } }