Aperea.Infrastructure.IoC.RegisterStructureMap.SetServiceLocator C# (CSharp) Метод

SetServiceLocator() приватный статический Метод

private static SetServiceLocator ( IContainer container ) : void
container IContainer
Результат void
        private static void SetServiceLocator(IContainer container)
        {
            var locator = new StructureMapServiceLocator(container);
            ServiceLocator.SetLocatorProvider(() => locator);
        }
RegisterStructureMap