Infrastructure.Bootstrapper.CreateBootstrapper C# (CSharp) Метод

CreateBootstrapper() публичный статический Метод

public static CreateBootstrapper ( ) : Bootstrapper
Результат Bootstrapper
        public static Bootstrapper CreateBootstrapper()
        {
            var bootstrapper = new Bootstrapper();
            return bootstrapper.RunStartupConfiguration();
        }