diff Agendas/trunk/src/Agendas.Web/Models/PropuestaModel.cs @ 75:96d7609f2e08

Agendar evento propuesto
author nelopauselli
date Mon, 23 May 2011 20:43:01 -0300
parents 475be11edf56
children 8df9db937434
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Models/PropuestaModel.cs	Mon May 23 20:13:37 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Models/PropuestaModel.cs	Mon May 23 20:43:01 2011 -0300
@@ -15,7 +15,9 @@
         public string Titulo { get; set; }
 
         public string Ponente { get; set; }
-    }
+
+		public string UrlInvitacion { get; set; }
+	}
 
     public class PropuestaEditModel
     {
@@ -26,7 +28,9 @@
         public string Titulo { get; set; }
 
         public string Ponente { get; set; }
-    }
+
+		public string UrlInvitacion { get; set; }
+	}
     
 
     public class PropuestaDto