| | |
| | | public partial class BDCManager |
| | | { |
| | | |
| | | public async Task<bool> AddToBDC(Dt_CarBody body) |
| | | public async Task<bool> AddToBDC(Dt_CarBodyInfo body) |
| | | { |
| | | // æ ¹æ®è½¦èº«ç±»åæ£æ¥æ¯å¦å¯ä»¥å
¥åº |
| | | if (body.CarType == (int)BodyType.WhiteBody) |
| | |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public List<Dt_CarBody> GetInventory() |
| | | public List<Dt_CarBodyInfo> GetInventory() |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public List<Dt_CarBody> RetrieveByColor(int color) |
| | | public List<Dt_CarBodyInfo> RetrieveByColor(int color) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public List<Dt_CarBody> RetrieveByModel(string model) |
| | | public List<Dt_CarBodyInfo> RetrieveByModel(string model) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public Dt_CarBody RetrieveFromBDC(string bodyId) |
| | | public Dt_CarBodyInfo RetrieveFromBDC(string bodyId) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |