Example #1
0
 public IRecipientProvider GetRecipientsProvider(IServiceScope scope)
 {
     return(((INotifySource)scope.ServiceProvider.GetService(NotifySource.GetType())).GetRecipientsProvider());
 }
Example #2
0
 public ISubscriptionProvider GetSubscriptionProvider(IServiceScope scope)
 {
     return(((INotifySource)scope.ServiceProvider.GetService(NotifySource.GetType())).GetSubscriptionProvider());
 }
Example #3
0
 public IPatternProvider GetPatternProvider(IServiceScope scope)
 {
     return(((INotifySource)scope.ServiceProvider.GetService(NotifySource.GetType())).GetPatternProvider());
 }