Exemplo n.º 1
0
 public SearchRevenueButton(WeChatMenuButtonType menuButtonType, WeChatEventHandle eventHandle)
 {
     _buttonMenuType = menuButtonType;
     _eventHandle    = eventHandle;
     _rl             = new RevenueLogic();
     _cs             = new ConfigManageServer();
     _ss             = new ShortMsgServer();
 }
 public ConfigManagementLogic()
 {
     _configManageServer = new ConfigManageServer();
 }
Exemplo n.º 3
0
 public ShortMsgLogic()
 {
     _ss = new ShortMsgServer();
     _cs = new ConfigManageServer();
 }