using System.Collections.Generic; namespace InABox.Integration.Logikal { public interface ILogikalElevationDetail : ILogikalBOM, ILogikalElevationSummary where TGroup : ILogikalProductGroup where TFinish : ILogikalFinish where TProfile : ILogikalProfile where TGasket : ILogikalGasket where TComponent : ILogikalComponent where TGlass : ILogikalGlass where TLabour : ILogikalLabour { byte[] Drawing { get; set; } } }