using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_IStorageTaskServices { internal class IBDCManager { //int TotalCapacity { get; } //int CurrentOccupancy { get; } //List GetInventory(); //bool AddToBDC(CarBody body); //CarBody RetrieveFromBDC(string bodyId); //List RetrieveByModel(string model); //List RetrieveByColor(BodyColor color); //void GenerateReport(); } }