コード例 #1
0
 public CampaignPusher(ISetCache setCache, IPushNotificationProviderFactory pushNotificationProviderFactory)
 {
     _setCache = setCache;
     _pushNotificationProviderFactory = pushNotificationProviderFactory;
 }
コード例 #2
0
 public CampaignIndexer(ISetCache setCache)
 {
     this._setCache = setCache;
 }