Exemplo n.º 1
0
        public static void Main(string[] args)
        {
            Console.WriteLine("Welcome to the Opti Coffee Shop!");
            var            serviceProvider = DIConfig.DIConfigurator.ConfigureDI();
            ICoffeeMachine machine         = serviceProvider.GetRequiredService <ICoffeeMachine>();

            machine.HandleUserInput();
        }