Agathas.Storefront.Specs.Uat.BootStrapper.EventHandlersRegistry.EventHandlersRegistry C# (CSharp) Method

EventHandlersRegistry() public method

public EventHandlersRegistry ( ) : Agathas.Storefront.Application
return Agathas.Storefront.Application
            public EventHandlersRegistry()
            {
                Scan(s =>
                {
                    s.Assembly("Agathas.Storefront.UI.Web.Views");
                    s.ConnectImplementationsToTypesClosing(typeof(IDomainEventHandler<>));
                });
            }
BootStrapper.EventHandlersRegistry