Beispiel #1
0
 private static void Imprimir(Curso curso1)
 {
     Console.WriteLine($"Aluno: {curso1.Nome} Professor: {curso1.Instrutor}");
 }