Exemplo n.º 1
0
 public PushService(IPushHistoryService pushHistoryService,
                    IPushHistoryDetailService historyDetailService,
                    IPushFacadeService pushFacadeService)
     : base(pushHistoryService, historyDetailService)
 {
     _pushHistoryService   = pushHistoryService;
     _historyDetailService = historyDetailService;
     _pushFacadeService    = pushFacadeService;
 }
Exemplo n.º 2
0
 public BasePushService(IPushHistoryService pushHistoryService, IPushHistoryDetailService historyDetailService)
 {
     _pushHistoryService   = pushHistoryService;
     _historyDetailService = historyDetailService;
 }