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

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