Mercurial > altnet-hispano
comparison 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 |
comparison
equal
deleted
inserted
replaced
25:e8d2be47a6b0 | 26:71b02443450a |
---|---|
56 | 56 |
57 [Authorize] | 57 [Authorize] |
58 public ActionResult Edit(string id) | 58 public ActionResult Edit(string id) |
59 { | 59 { |
60 var agenda = AgendaFactory.GetAgenda(); | 60 var agenda = AgendaFactory.GetAgenda(); |
61 var evento = agenda.GetEventoPublicado(new Guid(id)); | 61 var evento = agenda.GetEvento(new Guid(id)); |
62 if (evento!=null) | 62 if (evento!=null) |
63 { | 63 { |
64 var model = new EventoEditModel | 64 var model = new EventoEditModel |
65 { | 65 { |
66 Id = id, | 66 Id = id, |