namespace InABox.Integration { public interface IIntegrationLabour : IIntegrationBOMItem { double Quantity { get; set; } double Cost { get; set; } } }