Example #1
0
 public MtCallBackService()
 {
     _orderService      = new OrderService();
     _preProdService    = new PreProdService();
     _shopConfigService = new ShopConfigService();
 }
Example #2
0
 public EleCallBackService()
 {
     _preProdService    = new PreProdService();
     _shopConfigService = new ShopConfigService();
 }