MemBus.ShapeProvider.IConfigureSubscription C# (CSharp) Метод

IConfigureSubscription() приватный Метод

private IConfigureSubscription ( ) : void
Результат void
        void IConfigureSubscription.ShapeOutwards(params ISubscriptionShaper[] shapers)
        {
            foreach (var s in shapers)
            {
                s.Being<IRequireServices>(d => d.AddServices(_services));
                _shaperAggregate.Add(s);
            }
        }