public IRecipientProvider GetRecipientsProvider(IServiceScope scope) { return(((INotifySource)scope.ServiceProvider.GetService(NotifySource.GetType())).GetRecipientsProvider()); }
public ISubscriptionProvider GetSubscriptionProvider(IServiceScope scope) { return(((INotifySource)scope.ServiceProvider.GetService(NotifySource.GetType())).GetSubscriptionProvider()); }
public IPatternProvider GetPatternProvider(IServiceScope scope) { return(((INotifySource)scope.ServiceProvider.GetService(NotifySource.GetType())).GetPatternProvider()); }