comparison 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
comparison
equal deleted inserted replaced
226:4d05b5883eac 227:11545cc95491
14 public string Numero { get; set; } 14 public string Numero { get; set; }
15 public string Tipo { get; set; } 15 public string Tipo { get; set; }
16 public string Titulo { get; set; } 16 public string Titulo { get; set; }
17 public string Fecha { get; set; } 17 public string Fecha { get; set; }
18 public string Wiki { get; set; } 18 public string Wiki { get; set; }
19 public string Ponente { get; set; } 19 public IEnumerable<string> Ponentes { get; set; }
20 public string Duracion { get; set; } 20 public string Duracion { get; set; }
21 } 21 }
22 22
23 } 23 }