Mercurial > altnet-hispano
view 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 source
@model AltNetHispano.Agendas.Web.Models.PersonaNewModel @using (Html.BeginForm()) { @Html.EditorForModel() <input type="submit" value="agregar" /> }