Infrastructure.Bootstrapper.CreateBootstrapper C# (CSharp) Méthode

CreateBootstrapper() public static méthode

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