Ejemplo n.º 1
0
 public void SetUp()
 {
     _sources              = FakesFactory.CreateFakeEventProviders();
     _targets              = FakesFactory.CreateFakeTargets();
     _smsProviderConfig    = new FakeSmsNotificationProviderConfig();
     _notificationProvider = new SmsNotificationProvider(_smsProviderConfig);
     _service              = new NotificationService();
 }
Ejemplo n.º 2
0
 public SmsNotificationProvider(INotificationProviderConfig config)
 {
     this.Config = config;
 }