示例#1
0
 public FcmBufferedNotificationChannel(
     IFcmNotificationFormatter[] pushNotificationFormatters,
     IFcmBrokerDispatcher fcmBrokerDispatcher)
 {
     this.pushNotificationFormatters = pushNotificationFormatters;
     this.fcmBrokerDispatcher        = fcmBrokerDispatcher;
 }
 public ExternalFcmNotificationCommandHandler(IRepository repository,
                                              IFcmBrokerDispatcher fcmBrokerDispatcher)
 {
     this.repository          = repository;
     this.fcmBrokerDispatcher = fcmBrokerDispatcher;
 }