public WeChatRevenueController()
 {
     _rl = new RevenueLogic();
     _wl = new WeChatExerciseLogic();
     _pl = new PushDetailLogic();
     _weChatRevenueLogic    = new WeChatRevenueLogic();
     _configManagementLogic = new ConfigManagementLogic();
 }
Beispiel #2
0
 public SearchRevenueButton(WeChatMenuButtonType menuButtonType, WeChatEventHandle eventHandle)
 {
     _buttonMenuType = menuButtonType;
     _eventHandle    = eventHandle;
     _rl             = new RevenueLogic();
     _cs             = new ConfigManageServer();
     _ss             = new ShortMsgServer();
 }
Beispiel #3
0
 public WeChatRevenueLogic()
 {
     _rl = new RevenueLogic();
     _sl = new ShortMsgLogic.ShortMsgLogic();
     _weChatRevenueServer = new WeChatRevenueServer();
 }