Example #1
0
 public SyncStockJob(IUserService userService, IEleShopService eleShopService, IShopConfigService shopConfigService, IMtAccountService accountService)
 {
     _userService       = userService;
     _eleShopService    = eleShopService;
     _shopConfigService = shopConfigService;
     _accountService    = accountService;
 }
Example #2
0
 public MtCallBackService()
 {
     _orderService      = new OrderService();
     _preProdService    = new PreProdService();
     _shopConfigService = new ShopConfigService();
 }
Example #3
0
 public ShopConfigController(IShopConfigService shopConfigService)
 {
     _shopConfigService = shopConfigService;
 }