Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/PersonaApi/Nueva.cshtml @ 234:cc71f96ac134
Combinar
author | juanjose.montesdeocaarbos |
---|---|
date | Tue, 04 Oct 2011 20:36:27 -0300 |
parents | b9850b647a4e |
children |
line wrap: on
line source
@model AltNetHispano.Agendas.Web.Models.PersonaNewModel @using (Html.BeginForm()) { @Html.EditorForModel() <input type="submit" value="agregar" /> }