コード例 #1
0
ファイル: StoreInoutContext.cs プロジェクト: test-see/csdd
 public StoreInoutContext(IStoreInoutRespository StoreInoutRespository,
                          StoreContext storeContext,
                          StoreInoutGoodsContext storeInoutGoodsContext,
                          DefaultDbTransaction defaultDbTransaction,
                          IStoreChangeTypeRespository storeChangeTypeRespository)
 {
     _StoreInoutRespository      = StoreInoutRespository;
     _storeContext               = storeContext;
     _storeInoutGoodsContext     = storeInoutGoodsContext;
     _defaultDbTransaction       = defaultDbTransaction;
     _storeChangeTypeRespository = storeChangeTypeRespository;
 }
コード例 #2
0
 public StoreInoutGoodsService(StoreInoutGoodsContext StoreInoutGoodsContext)
 {
     _StoreInoutGoodsContext = StoreInoutGoodsContext;
 }