Aperea.Infrastructure.IoC.RegisterStructureMap.SetServiceLocator C# (CSharp) Method

SetServiceLocator() private static method

private static SetServiceLocator ( IContainer container ) : void
container IContainer
return void
        private static void SetServiceLocator(IContainer container)
        {
            var locator = new StructureMapServiceLocator(container);
            ServiceLocator.SetLocatorProvider(() => locator);
        }
RegisterStructureMap