Arc.Integration.Tests.Configuration.CastleWindsorConfigurationTests.CreateServiceLocator C# (CSharp) Méthode

CreateServiceLocator() public méthode

public CreateServiceLocator ( ) : IServiceLocator
Résultat IServiceLocator
        public override IServiceLocator CreateServiceLocator()
        {
            return new Arc.Infrastructure.Dependencies.CastleWindsor.ServiceLocator();
        }
CastleWindsorConfigurationTests