diff Agendas/trunk/src/Agendas.Web/Models/HistoricoModel.cs @ 227:11545cc95491

Mostrar todos los ponentes en el histórico
author nelopauselli
date Wed, 28 Sep 2011 08:57:34 -0300
parents c99636fbdc5f
children a8f7c41e3b47
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Models/HistoricoModel.cs	Mon Sep 26 09:29:59 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Models/HistoricoModel.cs	Wed Sep 28 08:57:34 2011 -0300
@@ -16,7 +16,7 @@
 		public string Titulo { get; set; }
 		public string Fecha { get; set; }
 		public string Wiki { get; set; }
-		public string Ponente { get; set; }
+		public IEnumerable<string> Ponentes { get; set; }
 		public string Duracion { get; set; }
 	}