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