changeset 175:b7621309524f

Quitando código que no se necesitaba en models
author nelopauselli
date Mon, 08 Aug 2011 10:13:26 -0300
parents 4e4b758ab744
children c58d26b15759
files Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs	Sat Aug 06 13:46:56 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Models/EventoModel.cs	Mon Aug 08 10:13:26 2011 -0300
@@ -75,7 +75,6 @@
 		public string Titulo { get; set; }
 
 		[Required]
-		[UIHint("NroOrden")]
 		[Range(1, short.MaxValue)]
 		public short NroOrden { get; set; }
 
@@ -84,7 +83,6 @@
 		public string UrlWiki { get; set; }
 
 		[Required]
-		[UIHint("DuracionReal")]
 		public TimeSpan DuracionReal { get; set; }
 	}