Example #1
0
        public void Greeting()
        {
            var s = new Greeting(21401, "torke");

            s.Execute();
        }