diff Agendas/trunk/src/Agendas.Twitter/Writers/ConfirmarTwitterWriter.cs @ 229:33976aea7546

Varios Ponentes en calendario
author nelopauselli
date Wed, 28 Sep 2011 19:14:49 -0300
parents 9f61e8555114
children e5959f3405e0
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Twitter/Writers/ConfirmarTwitterWriter.cs	Wed Sep 28 18:51:53 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Twitter/Writers/ConfirmarTwitterWriter.cs	Wed Sep 28 19:14:49 2011 -0300
@@ -12,7 +12,7 @@
 					       	{
 					       		"Se confirma para el " + track.Evento.FechaInicio.Value.ToShortDateString(),
 					       		" el evento " + track.Evento.Titulo,
-					       		" con " + TwitterHelper.GetPonentes(track.Evento.Ponentes)
+					       		" con " + TwitterHelper.GetPonentes(track.Evento)
 					       	};
 				return new[] {string.Empty};
 			}