AccountManagement.Domain.Tests.ContainerInstallers.DomainWiringTest.EventStoreIsRegisteredScoped C# (CSharp) Méthode

EventStoreIsRegisteredScoped() private méthode

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