diff Agendas/trunk/src/Agendas.Twitter/Writers/PublicarTwitterWriter.cs @ 123:f8568f01da4d

Mejorando los mensajes en Twitter
author nelopauselli
date Tue, 28 Jun 2011 20:53:30 -0300
parents 17531db40d4e
children 9f61e8555114
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Twitter/Writers/PublicarTwitterWriter.cs	Tue Jun 28 19:25:22 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Twitter/Writers/PublicarTwitterWriter.cs	Tue Jun 28 20:53:30 2011 -0300
@@ -6,7 +6,7 @@
 	{
 		public string Write(Track track)
 		{
-			return "Se ha publicado el video de " + track.Evento.Titulo;
+			return "Se ha publicado el video del evento " + track.Evento.Titulo + " con " + TwitterHelper.GetPonente(track.Evento.Ponente);
 		}
 	}
 }
\ No newline at end of file