using InABox.Integration.Awg; namespace InABox.Integration.Logikal { public interface ILogikalGasket : ILogikalBOMItem, IAwgGasket { } }