Aperea.Infrastructure.IoC.StructureMapServiceLocator.StructureMapServiceLocator C# (CSharp) Method

StructureMapServiceLocator() public method

public StructureMapServiceLocator ( IContainer container ) : System
container IContainer
return System
        public StructureMapServiceLocator(IContainer container)
        {
            this.container = container;
        }