Ejemplo n.º 1
0
        private static void Main()
        {
            var bakery = new Bakery(14);

            bakery.OpenBakery();
        }