diff 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
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs	Sun Jun 12 01:40:09 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs	Sun Jun 19 13:00:02 2011 -0300
@@ -66,5 +66,9 @@
     public string Id { get; set; }
     public string Titulo { get; set; }
     public DateTime Fecha { get; set; }
+
+	public bool PuedeModificar { get; set; }
+	public bool PuedeConfirmar { get; set; }
+	public bool PuedePublicar { get; set; }
   }
 }
\ No newline at end of file