diff Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs @ 217:c4c60e034103 deploy 2011-09-06

sugerencia de recordatorios
author nelopauselli
date Tue, 06 Sep 2011 18:09:43 -0300
parents 6944c54f834f
children f23ee59ef1bd
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs	Mon Sep 05 20:43:32 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs	Tue Sep 06 18:09:43 2011 -0300
@@ -2,6 +2,7 @@
 using System.Collections.Generic;
 using System.ComponentModel.DataAnnotations;
 using System.Web.Mvc;
+using AltNetHispano.Agendas.Twitter;
 using DataAnnotationsExtensions;
 
 namespace AltNetHispano.Agendas.Web.Models
@@ -113,7 +114,8 @@
 		public string Titulo { get; set; }
 
 		[HiddenInput]
-		public string EventoConfirma { get; set; }
+		[UIHint("Recordatorios")]
+		public Recordatorios Recordatorios { get; set; }
 	}
 
 	public class EventoDto