Example #1
0
 public GoodsInfoController(IGoodsInfoRepository goodsInfoRepository,
                            IGoodsSpecificationRepository goodsSpecificationRepository)
 {
     _goodsInfoRepository          = goodsInfoRepository;
     _goodsSpecificationRepository = goodsSpecificationRepository;
 }
Example #2
0
 public GoodsInfoController(IGoodsInfoRepository goodsInfoRepository)
 {
     _goodsInfoRepository = goodsInfoRepository;
 }