AccountManagement.Domain.Tests.ContainerInstallers.DomainWiringTest.EventStoreIsRegisteredScoped C# (CSharp) 메소드

EventStoreIsRegisteredScoped() 개인적인 메소드

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