diff Agendas/trunk/src/Agendas.Web/Views/PersonaApi/Nueva.cshtml @ 219:b9850b647a4e

Agregando alta de ponente durante la carga del evento
author nelopauselli
date Thu, 08 Sep 2011 11:22:10 -0300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Agendas/trunk/src/Agendas.Web/Views/PersonaApi/Nueva.cshtml	Thu Sep 08 11:22:10 2011 -0300
@@ -0,0 +1,5 @@
+@model AltNetHispano.Agendas.Web.Models.PersonaNewModel
+@using (Html.BeginForm()) {
+	@Html.EditorForModel()
+	<input type="submit" value="agregar" />
+}
\ No newline at end of file