Arc.Integration.Tests.Configuration.CastleWindsorConfigurationTests.CreateServiceLocator C# (CSharp) 메소드

CreateServiceLocator() 공개 메소드

public CreateServiceLocator ( ) : IServiceLocator
리턴 IServiceLocator
        public override IServiceLocator CreateServiceLocator()
        {
            return new Arc.Infrastructure.Dependencies.CastleWindsor.ServiceLocator();
        }
CastleWindsorConfigurationTests