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