Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs @ 26:71b02443450a
UI de Propuestas de VANs
author | nelo@MTEySS.neluz.int |
---|---|
date | Tue, 15 Mar 2011 08:45:00 -0300 |
parents | e8d2be47a6b0 |
children | 29b8a8893ba3 |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs Tue Mar 15 08:24:18 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Controllers/EventoController.cs Tue Mar 15 08:45:00 2011 -0300 @@ -58,7 +58,7 @@ public ActionResult Edit(string id) { var agenda = AgendaFactory.GetAgenda(); - var evento = agenda.GetEventoPublicado(new Guid(id)); + var evento = agenda.GetEvento(new Guid(id)); if (evento!=null) { var model = new EventoEditModel