Exemple #1
0
 static void M1(Father father)
 {
     Console.WriteLine(father.LastName);
 }