AcklenAvenue.Data.Sample.DataLayer.BootstrapperBase.BootstrapperBase C# (CSharp) Method

BootstrapperBase() protected method

protected BootstrapperBase ( Container container ) : System.Collections.Generic
container Container
return System.Collections.Generic
        protected BootstrapperBase(Container container)
        {
            _container = container;
        }