using System.Collections.Generic; namespace InABox.Integration.Logikal { public interface ILogikalElevationDetail : ILogikalBOM, ILogikalElevationSummary where TDiscount : ILogikalDiscount where TGroup : ILogikalGroup where TStyle : ILogikalStyle where TSupplier : ILogikalSupplier where TProfile : ILogikalProfile where TGasket : ILogikalGasket where TComponent : ILogikalComponent where TGlass : ILogikalGlass where TLabour : ILogikalLabour { byte[] Drawing { get; set; } } }