Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Models/HistoricoModel.cs @ 148:c99636fbdc5f
Ticket 155: Agregar Nro de Orden, Tipo y Duración real en la pantalla de Histórico, similar a como es la página actual en altnethispano.org.
Pendiente: Falta que tome la duración cargada.
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 02 Aug 2011 23:05:50 -0300 |
parents | 8fa58a79656a |
children | 11545cc95491 |
comparison
equal
deleted
inserted
replaced
147:5a1f7233aa5a | 148:c99636fbdc5f |
---|---|
9 } | 9 } |
10 | 10 |
11 public class HistoricoDto | 11 public class HistoricoDto |
12 { | 12 { |
13 public string Id { get; set; } | 13 public string Id { get; set; } |
14 public string Numero { get; set; } | |
15 public string Tipo { get; set; } | |
14 public string Titulo { get; set; } | 16 public string Titulo { get; set; } |
15 public string Fecha { get; set; } | 17 public string Fecha { get; set; } |
16 public string Wiki { get; set; } | 18 public string Wiki { get; set; } |
17 public string Ponente { get; set; } | 19 public string Ponente { get; set; } |
20 public string Duracion { get; set; } | |
18 } | 21 } |
19 | 22 |
20 } | 23 } |