diff Agendas/trunk/src/Agendas.Web/Controllers/CustomAuthorizeAttribute.cs @ 185:2d02adb79322

Se agrega fecha de termino de un Evento y se incluye la hora a la fecha de inicio. Se modifica la propiedad Fecha del Evento, renombrandola FechaInicio. En el ModelView se agrega propiedades Duración y Hora del Evento cuando es Modificado, Nuevo y Agendado. Las fechas ingresadas son creadas en sistema UTC Queda pendiente Agregar duración a Google Calendar.
author alabra
date Tue, 09 Aug 2011 01:04:27 -0400
parents 1deccd6c3cb2
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Controllers/CustomAuthorizeAttribute.cs	Mon Aug 08 22:32:12 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Controllers/CustomAuthorizeAttribute.cs	Tue Aug 09 01:04:27 2011 -0400
@@ -1,5 +1,4 @@
-using System.Net;
-using System.Web;
+using System.Web;
 using System.Web.Mvc;
 using AltNetHispano.Agendas.Domain;
 using AltNetHispano.Agendas.Factories;