using InABox.Core; namespace Comal.Classes { public interface IStockHolding : IJobMaterial { StockLocationLink Location { get; set; } } }