AccountManagement.Domain.Tests.ContainerInstallers.DomainWiringTest.EventStoreIsRegisteredScoped C# (CSharp) Method

EventStoreIsRegisteredScoped() private method

private EventStoreIsRegisteredScoped ( ) : void
return void
        public void EventStoreIsRegisteredScoped()
        {
            Container
                .RegistrationAssertionHelper()
                .LifestyleScoped<IAccountManagementEventStoreSession>();
        }
    }