using System; namespace InABox.Integration.Awg { public interface IAwgLabour : IIntegrationLabour, IAwgBOMItem { } }