public HistoryController()
 {
     _dl = new DraftInfoLogic();
     _pushedListLogic = new PushedListLogic();
     _historyLogic    = new PushHistoryLogic();
     _al = new AuthorityManageLogic();
 }
コード例 #2
0
 public WeChatHistoryController()
 {
     _wl = new WeChatExerciseLogic();
     _pushHistoryLogic = new PushHistoryLogic();
 }