Exemplo n.º 1
0
 public CheckListService(CheckListContext CheckListContext,
                         CheckListGoodsContext CheckListGoodsContext,
                         StoreContext storeContext)
 {
     _CheckListContext      = CheckListContext;
     _CheckListGoodsContext = CheckListGoodsContext;
     _storeContext          = storeContext;
 }
Exemplo n.º 2
0
 public CheckListGoodsService(CheckListGoodsContext CheckListGoodsContext)
 {
     _CheckListGoodsContext = CheckListGoodsContext;
 }