Beispiel #1
0
 public static void printReport(Person person)
 {
     Console.WriteLine(person.GetSummary());
 }