我的原始問題是here。 下面是我更新的代碼。 Public Function StockTransferItemRemove(removeRequest As StockTransferItemRequest) As StockTransferItemResponse Implements IStockTransferService.StockTransferItemRemove
'
我正在使用DDD重構項目,但擔心不會讓太多實體成爲自己的聚合根。 我有一個Store,它有一個列表ProductOption s和一列Product s。 A ProductOption可以被幾個Product使用。這些實體似乎非常適合Store聚合。 然後,我有一個Order,以及瞬時使用Product打造其OrderLine S: class Order {
// ...