Пример #1
0
        static void Main()
        {
            var startup = new MyStartup();

            startup.Execute();
            Console.WriteLine("Bye");
        }
Пример #2
0
        static void Main(string[] args)
        {
            var startup = new MyStartup();

            startup.Execute();
        }