示例#1
0
 public KahlaPushService(
     PushMessageService stargatePushService,
     AppsContainer appsContainer,
     ChannelService channelService,
     ThirdPartyPushService thirdPartyPushService)
 {
     _stargatePushService   = stargatePushService;
     _appsContainer         = appsContainer;
     _channelService        = channelService;
     _thirdPartyPushService = thirdPartyPushService;
 }