Example #1
0
 public static void RepetirLoQueMeDicen(Mascota mascota, string texto)
 {
     Console.WriteLine(texto + " (" + mascota.Nombre + " dixit)\n");
 }
Example #2
0
 public static void CapturarLoQueMeDicen(Mascota mascota, string texto)
 {
     Console.WriteLine(mascota.Nombre + " dijo \"" + texto + "\"\n");
 }