Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Models/HistoricoModel.cs @ 234:cc71f96ac134
Combinar
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 04 Oct 2011 20:36:27 -0300 |
parents | 11545cc95491 |
children | a8f7c41e3b47 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Models/HistoricoModel.cs Tue Oct 04 20:34:46 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Models/HistoricoModel.cs Tue Oct 04 20:36:27 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; } }