Beispiel #1
0
 public void allSocios()
 {
     Console.WriteLine("=>" + socioUno.Nombre() + "--" + socioUno.Antiguedad());
     Console.WriteLine("=>" + socioDos.Nombre() + "--" + socioDos.Antiguedad());
     Console.WriteLine("=>" + socioTres.Nombre() + "--" + socioTres.Antiguedad());
 }