diff Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs @ 177:784d81e32366

Quitando la opción de proponer para esta versión
author nelopauselli
date Mon, 08 Aug 2011 10:22:22 -0300
parents 5c94b052d838
children 1deccd6c3cb2
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs	Mon Aug 08 10:13:46 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs	Mon Aug 08 10:22:22 2011 -0300
@@ -188,6 +188,7 @@
 		[Authorize]
 		public ActionResult Proponer()
 		{
+			throw new NotImplementedException();
 			var model = new PropuestaNewModel();
             return View("Defaulteditor", model);
 		}
@@ -196,6 +197,7 @@
 		[Authorize]
 		public ActionResult Proponer(PropuestaNewModel model)
 		{
+			throw new NotImplementedException();
 			if (ModelState.IsValid)
 			{
 				var agenda = AgendaFactory.GetAgenda();