Exemplo n.º 1
0
        public static void Main()
        {
            var masterChef = new Chef();

            masterChef.Cook();
        }
Exemplo n.º 2
0
 public static void Main()
 {
     var masterChef = new Chef();
     masterChef.Cook();
 }