Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/PersonaApi/Nueva.cshtml @ 222:68b09c30b0d2
Separando los test de persistencia en un proyecto aparte
author | nelopauselli |
---|---|
date | Mon, 19 Sep 2011 18:18:17 -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" /> }