Example #1
0
 private static void GreetPeople(string name, IGreeting greeting)
 {
     greeting.GreetPeople(name);
 }