Mercurial > altnet-hispano
comparison Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs @ 116:53bcd338542b
acciones de confirmar y publicar desde la UI
author | Nelo@Kenia.neluz.int |
---|---|
date | Sun, 19 Jun 2011 13:00:02 -0300 |
parents | 0bca45e1e664 |
children | b74734a1a755 |
comparison
equal
deleted
inserted
replaced
115:7a2eeb9e9bf9 | 116:53bcd338542b |
---|---|
64 public class EventoDto | 64 public class EventoDto |
65 { | 65 { |
66 public string Id { get; set; } | 66 public string Id { get; set; } |
67 public string Titulo { get; set; } | 67 public string Titulo { get; set; } |
68 public DateTime Fecha { get; set; } | 68 public DateTime Fecha { get; set; } |
69 | |
70 public bool PuedeModificar { get; set; } | |
71 public bool PuedeConfirmar { get; set; } | |
72 public bool PuedePublicar { get; set; } | |
69 } | 73 } |
70 } | 74 } |