Infrastructure.Bootstrapper.CreateBootstrapper C# (CSharp) Method

CreateBootstrapper() public static method

public static CreateBootstrapper ( ) : Bootstrapper
return Bootstrapper
        public static Bootstrapper CreateBootstrapper()
        {
            var bootstrapper = new Bootstrapper();
            return bootstrapper.RunStartupConfiguration();
        }